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 |
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
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
func (o *MetadataWithUserInfo) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *MetadataWithUserInfo) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *MetadataWithUserInfo) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *MetadataWithUserInfo) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *MetadataWithUserInfo) GetCreatedByUser() UserInfo
GetCreatedByUser returns the CreatedByUser field if non-nil, zero value otherwise.
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.
func (o *MetadataWithUserInfo) SetCreatedByUser(v UserInfo)
SetCreatedByUser sets CreatedByUser field to given value.
func (o *MetadataWithUserInfo) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.
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.
func (o *MetadataWithUserInfo) SetModifiedAt(v time.Time)
SetModifiedAt sets ModifiedAt field to given value.
func (o *MetadataWithUserInfo) SetModifiedAtNil(b bool)
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (o *MetadataWithUserInfo) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (o *MetadataWithUserInfo) GetModifiedByUser() UserInfo
GetModifiedByUser returns the ModifiedByUser field if non-nil, zero value otherwise.
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.
func (o *MetadataWithUserInfo) SetModifiedByUser(v UserInfo)
SetModifiedByUser sets ModifiedByUser field to given value.