UserMetadata
Last updated
Last updated
The metadata of the resource.
Name | Type | Description | Notes |
---|---|---|---|
func (o *UserMetadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *UserMetadata) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetadata) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *UserMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *UserMetadata) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *UserMetadata) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetadata) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *UserMetadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *UserMetadata) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.
func (o *UserMetadata) GetCreatedByUserIdOk() (*string, bool)
GetCreatedByUserIdOk returns a tuple with the CreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserMetadata) SetCreatedByUserId(v string)
SetCreatedByUserId sets CreatedByUserId field to given value.
func (o *UserMetadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
CreatedDate
Pointer to time.Time
The date the resource was created.
[optional]
CreatedBy
Pointer to string
The user who created the resource.
[optional]
CreatedByUserId
Pointer to string
The ID of the user who created the resource.
[optional]