Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.03 KB

MutableEntity.md

File metadata and controls

39 lines (20 loc) · 1.03 KB

MutableEntity

Properties

Name Type Description Notes
Modified Pointer to time.Time The time this entity was last modified.

Methods

GetModified

func (o *MutableEntity) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

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.

HasModified

func (o *MutableEntity) HasModified() bool

HasModified returns a boolean if a field has been set.

SetModified

func (o *MutableEntity) SetModified(v time.Time)

SetModified gets a reference to the given time.Time and assigns it to the Modified field.

[Back to Model list] [Back to API list] [Back to README]