Name | Type | Description | Notes |
---|---|---|---|
Modified | Pointer to time.Time | The time this entity was last modified. |
func (o *MutableEntity) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *MutableEntity) GetModifiedOk() (time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MutableEntity) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *MutableEntity) SetModified(v time.Time)
SetModified gets a reference to the given time.Time and assigns it to the Modified field.