Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.19 KB

MetadataWithUserInfo.md

File metadata and controls

134 lines (73 loc) · 4.19 KB

MetadataWithUserInfo

Properties

Name Type Description Notes
CreatedAt NullableTime Creation timestamp in UTC in RFC3339 format.
CreatedByUser UserInfo
ModifiedAt NullableTime Last modification timestamp in UTC in RFC3339 format.
ModifiedByUser UserInfo

Methods

NewMetadataWithUserInfo

func NewMetadataWithUserInfo(createdAt NullableTime, createdByUser UserInfo, modifiedAt NullableTime, modifiedByUser UserInfo, ) *MetadataWithUserInfo

NewMetadataWithUserInfo instantiates a new MetadataWithUserInfo 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

NewMetadataWithUserInfoWithDefaults

func NewMetadataWithUserInfoWithDefaults() *MetadataWithUserInfo

NewMetadataWithUserInfoWithDefaults instantiates a new MetadataWithUserInfo 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

GetCreatedAt

func (o *MetadataWithUserInfo) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *MetadataWithUserInfo) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *MetadataWithUserInfo) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

SetCreatedAtNil

func (o *MetadataWithUserInfo) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *MetadataWithUserInfo) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetCreatedByUser

func (o *MetadataWithUserInfo) GetCreatedByUser() UserInfo

GetCreatedByUser returns the CreatedByUser field if non-nil, zero value otherwise.

GetCreatedByUserOk

func (o *MetadataWithUserInfo) GetCreatedByUserOk() (*UserInfo, bool)

GetCreatedByUserOk returns a tuple with the CreatedByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedByUser

func (o *MetadataWithUserInfo) SetCreatedByUser(v UserInfo)

SetCreatedByUser sets CreatedByUser field to given value.

GetModifiedAt

func (o *MetadataWithUserInfo) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

func (o *MetadataWithUserInfo) GetModifiedAtOk() (*time.Time, bool)

GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedAt

func (o *MetadataWithUserInfo) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

SetModifiedAtNil

func (o *MetadataWithUserInfo) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *MetadataWithUserInfo) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

GetModifiedByUser

func (o *MetadataWithUserInfo) GetModifiedByUser() UserInfo

GetModifiedByUser returns the ModifiedByUser field if non-nil, zero value otherwise.

GetModifiedByUserOk

func (o *MetadataWithUserInfo) GetModifiedByUserOk() (*UserInfo, bool)

GetModifiedByUserOk returns a tuple with the ModifiedByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedByUser

func (o *MetadataWithUserInfo) SetModifiedByUser(v UserInfo)

SetModifiedByUser sets ModifiedByUser field to given value.

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