BackupMetadata
Last updated
func NewBackupMetadata() *BackupMetadata
NewBackupMetadata instantiates a new BackupMetadata 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 NewBackupMetadataWithDefaults() *BackupMetadata
NewBackupMetadataWithDefaults instantiates a new BackupMetadata 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 *BackupMetadata) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *BackupMetadata) 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 *BackupMetadata) SetCreatedDate(v time.Time)
SetCreatedDate sets CreatedDate field to given value.
func (o *BackupMetadata) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *BackupMetadata) GetState() State
GetState returns the State field if non-nil, zero value otherwise.
func (o *BackupMetadata) GetStateOk() (*State, 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 *BackupMetadata) SetState(v State)
SetState sets State field to given value.
func (o *BackupMetadata) HasState() bool
HasState returns a boolean if a field has been set.
Last updated
