| Name | Type | Description | Notes |
|---|---|---|---|
| Modified | Pointer to time.Time | The time this entity was last modified. |
func NewMutableEntity(modified time.Time, ) *MutableEntity
NewMutableEntity instantiates a new MutableEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMutableEntityWithDefaults() *MutableEntity
NewMutableEntityWithDefaults instantiates a new MutableEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
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) SetModified(v time.Time)
SetModified sets Modified field to given value.