Metadata
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewMetadata() *Metadata
NewMetadata instantiates a new Metadata 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 NewMetadataWithDefaults() *Metadata
NewMetadataWithDefaults instantiates a new Metadata 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 *Metadata) GetETag() string
GetETag returns the ETag field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetETag(v string)
SetETag sets ETag field to given value.
func (o *Metadata) HasETag() bool
HasETag returns a boolean if a field has been set.
func (o *Metadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *Metadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *Metadata) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Metadata) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Metadata) GetCreatedByUserId() string
GetCreatedByUserId returns the CreatedByUserId field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetCreatedByUserId(v string)
SetCreatedByUserId sets CreatedByUserId field to given value.
func (o *Metadata) HasCreatedByUserId() bool
HasCreatedByUserId returns a boolean if a field has been set.
func (o *Metadata) GetCreatedInContractNumber() string
GetCreatedInContractNumber returns the CreatedInContractNumber field if non-nil, zero value otherwise.
func (o *Metadata) GetCreatedInContractNumberOk() (*string, bool)
GetCreatedInContractNumberOk returns a tuple with the CreatedInContractNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Metadata) SetCreatedInContractNumber(v string)
SetCreatedInContractNumber sets CreatedInContractNumber field to given value.
func (o *Metadata) HasCreatedInContractNumber() bool
HasCreatedInContractNumber returns a boolean if a field has been set.
func (o *Metadata) GetLastModifiedDate() time.Time
GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetLastModifiedDate(v time.Time)
SetLastModifiedDate sets LastModifiedDate field to given value.
func (o *Metadata) HasLastModifiedDate() bool
HasLastModifiedDate returns a boolean if a field has been set.
func (o *Metadata) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetLastModifiedBy(v string)
SetLastModifiedBy sets LastModifiedBy field to given value.
func (o *Metadata) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (o *Metadata) GetLastModifiedByUserId() string
GetLastModifiedByUserId returns the LastModifiedByUserId field if non-nil, zero value otherwise.
func (o *Metadata) 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 *Metadata) SetLastModifiedByUserId(v string)
SetLastModifiedByUserId sets LastModifiedByUserId field to given value.
func (o *Metadata) HasLastModifiedByUserId() bool
HasLastModifiedByUserId returns a boolean if a field has been set.
func (o *Metadata) GetCurrentDataPlatformVersion() string
GetCurrentDataPlatformVersion returns the CurrentDataPlatformVersion field if non-nil, zero value otherwise.
func (o *Metadata) GetCurrentDataPlatformVersionOk() (*string, bool)
GetCurrentDataPlatformVersionOk returns a tuple with the CurrentDataPlatformVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Metadata) SetCurrentDataPlatformVersion(v string)
SetCurrentDataPlatformVersion sets CurrentDataPlatformVersion field to given value.
func (o *Metadata) HasCurrentDataPlatformVersion() bool
HasCurrentDataPlatformVersion returns a boolean if a field has been set.
func (o *Metadata) GetCurrentDataPlatformRevision() int64
GetCurrentDataPlatformRevision returns the CurrentDataPlatformRevision field if non-nil, zero value otherwise.
func (o *Metadata) GetCurrentDataPlatformRevisionOk() (*int64, bool)
GetCurrentDataPlatformRevisionOk returns a tuple with the CurrentDataPlatformRevision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Metadata) SetCurrentDataPlatformRevision(v int64)
SetCurrentDataPlatformRevision sets CurrentDataPlatformRevision field to given value.
func (o *Metadata) HasCurrentDataPlatformRevision() bool
HasCurrentDataPlatformRevision returns a boolean if a field has been set.
func (o *Metadata) GetAvailableUpgradeVersions() []string
GetAvailableUpgradeVersions returns the AvailableUpgradeVersions field if non-nil, zero value otherwise.
func (o *Metadata) GetAvailableUpgradeVersionsOk() (*[]string, bool)
GetAvailableUpgradeVersionsOk returns a tuple with the AvailableUpgradeVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Metadata) SetAvailableUpgradeVersions(v []string)
SetAvailableUpgradeVersions sets AvailableUpgradeVersions field to given value.
func (o *Metadata) HasAvailableUpgradeVersions() bool
HasAvailableUpgradeVersions returns a boolean if a field has been set.
func (o *Metadata) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *Metadata) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Metadata) SetState(v string)
SetState sets State field to given value.
func (o *Metadata) HasState() bool
HasState returns a boolean if a field has been set.
ETag
Pointer to string
The entity tag of the resource as defined in RFC 9110.
[optional]
CreatedDate
Pointer to time.Time
The time the resource was created, ISO 8601 timestamp (UTC).
[optional]
CreatedBy
Pointer to string
The user that created the resource.
[optional]
CreatedByUserId
Pointer to string
The ID of the user that created the resource.
[optional]
CreatedInContractNumber
Pointer to string
The creators' contract number.
[optional]
LastModifiedDate
Pointer to time.Time
The last time the resource was modified, ISO 8601 timestamp (UTC).
[optional]
LastModifiedBy
Pointer to string
The user that last modified the resource.
[optional]
LastModifiedByUserId
Pointer to string
The ID of the user that last modified the resource.
[optional]
CurrentDataPlatformVersion
Pointer to string
The version of the data platform.
[optional]
CurrentDataPlatformRevision
Pointer to int64
The current data platform revision of a resource. This internal revision is used to roll out non-breaking internal changes. This attribute is read-only.
[optional]
AvailableUpgradeVersions
Pointer to []string
List of available upgrades for this cluster.
[optional]
State
Pointer to string
State of the resource. Resource states: `AVAILABLE`: There are no pending modification requests for this item. `BUSY`: There is at least one modification request pending and all following requests will be queued. `DEPLOYING`: The resource is being created. `FAILED`: The creation of the resource failed. `UPDATING`: The resource is being updated. `FAILED_UPDATING`: An update to the resource was not successful. `DESTROYING`: The resource is being deleted. `FAILED_DESTROYING`: The deletion of the resource was not successful. `TERMINATED`: The resource has been deleted.
[optional]