Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Unique ID for this entity. | |
Created | Pointer to time.Time | The exact moment this entity was created. |
func (o *EntityWithTalangVisibleId) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EntityWithTalangVisibleId) GetIdOk() (int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntityWithTalangVisibleId) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EntityWithTalangVisibleId) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *EntityWithTalangVisibleId) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *EntityWithTalangVisibleId) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EntityWithTalangVisibleId) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *EntityWithTalangVisibleId) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.