Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.67 KB

BackupEmbedded.md

File metadata and controls

56 lines (31 loc) · 1.67 KB

BackupEmbedded

Properties

Name Type Description Notes
CopiedFrom Pointer to map[string]interface{} [optional]

Methods

NewBackupEmbedded

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

NewBackupEmbeddedWithDefaults

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

GetCopiedFrom

func (o *BackupEmbedded) GetCopiedFrom() map[string]interface{}

GetCopiedFrom returns the CopiedFrom field if non-nil, zero value otherwise.

GetCopiedFromOk

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.

SetCopiedFrom

func (o *BackupEmbedded) SetCopiedFrom(v map[string]interface{})

SetCopiedFrom sets CopiedFrom field to given value.

HasCopiedFrom

func (o *BackupEmbedded) HasCopiedFrom() bool

HasCopiedFrom returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]