Name | Type | Description | Notes |
---|---|---|---|
func NewNoStateMetaData() *NoStateMetaData
NewNoStateMetaData instantiates a new NoStateMetaData 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 NewNoStateMetaDataWithDefaults() *NoStateMetaData
NewNoStateMetaDataWithDefaults instantiates a new NoStateMetaData 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 *NoStateMetaData) GetEtag() string
GetEtag returns the Etag field if non-nil, zero value otherwise.
func (o *NoStateMetaData) GetEtagOk() (*string, bool)
GetEtagOk returns a tuple with the Etag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoStateMetaData) SetEtag(v string)
SetEtag sets Etag field to given value.
func (o *NoStateMetaData) HasEtag() bool
HasEtag returns a boolean if a field has been set.
func (o *NoStateMetaData) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *NoStateMetaData) 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 *NoStateMetaData) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *NoStateMetaData) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *NoStateMetaData) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *NoStateMetaData) 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 *NoStateMetaData) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *NoStateMetaData) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *NoStateMetaData) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.
func (o *NoStateMetaData) 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 *NoStateMetaData) SetCreatedByUserId(v string)
SetCreatedByUserId sets CreatedByUserId field to given value.
func (o *NoStateMetaData) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (o *NoStateMetaData) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
func (o *NoStateMetaData) GetLastModifiedDateOk() (*time.Time, bool)
GetLastModifiedDateOk returns a tuple with the LastModifiedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoStateMetaData) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
func (o *NoStateMetaData) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (o *NoStateMetaData) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
func (o *NoStateMetaData) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoStateMetaData) SetLastModifiedBy(v string)
SetLastModifiedBy sets LastModifiedBy field to given value.
func (o *NoStateMetaData) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (o *NoStateMetaData) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.
func (o *NoStateMetaData) GetLastModifiedByUserIdOk() (*string, bool)
GetLastModifiedByUserIdOk returns a tuple with the LastModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NoStateMetaData) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets LastModifiedByUserId field to given value.
func (o *NoStateMetaData) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
Etag
Pointer to string
Resource's Entity Tag as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11 . Entity Tag is also added as an 'ETag response header to requests which don't use 'depth' parameter.
[optional] [readonly]
CreatedDate
Pointer to time.Time
The time the Resource was created
[optional] [readonly]
CreatedBy
Pointer to string
The user who has created the resource.
[optional] [readonly]
CreatedByUserId
Pointer to string
The user id of the user who has created the resource.
[optional] [readonly]
LastModifiedDate
Pointer to time.Time
The last time the resource has been modified
[optional] [readonly]
LastModifiedBy
Pointer to string
The user who last modified the resource.
[optional] [readonly]
LastModifiedByUserId
Pointer to string
The user id of the user who has last modified the resource.
[optional] [readonly]