Name | Type | Description | Notes |
---|---|---|---|
CopiedFrom | Pointer to map[string]interface{} | [optional] |
func NewBackupEmbedded() *BackupEmbedded
NewBackupEmbedded instantiates a new BackupEmbedded 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 NewBackupEmbeddedWithDefaults() *BackupEmbedded
NewBackupEmbeddedWithDefaults instantiates a new BackupEmbedded 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 *BackupEmbedded) GetCopiedFrom() map[string]interface{}
GetCopiedFrom returns the CopiedFrom field if non-nil, zero value otherwise.
func (o *BackupEmbedded) GetCopiedFromOk() (*map[string]interface{}, bool)
GetCopiedFromOk returns a tuple with the CopiedFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BackupEmbedded) SetCopiedFrom(v map[string]interface{})
SetCopiedFrom sets CopiedFrom field to given value.
func (o *BackupEmbedded) HasCopiedFrom() bool
HasCopiedFrom returns a boolean if a field has been set.