Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.6 KB

BackupLinks.md

File metadata and controls

212 lines (115 loc) · 6.6 KB

BackupLinks

Properties

Name Type Description Notes
Account Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Database Pointer to ListAccountsForStack200ResponseLinksStack [optional]
CopiedFrom Pointer to ListAccountsForStack200ResponseLinksStack [optional]
DatabaseImage Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Copies Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Operations Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewBackupLinks

func NewBackupLinks() *BackupLinks

NewBackupLinks instantiates a new BackupLinks 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

NewBackupLinksWithDefaults

func NewBackupLinksWithDefaults() *BackupLinks

NewBackupLinksWithDefaults instantiates a new BackupLinks 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

GetAccount

func (o *BackupLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *BackupLinks) GetAccountOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccount

func (o *BackupLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *BackupLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetDatabase

func (o *BackupLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack

GetDatabase returns the Database field if non-nil, zero value otherwise.

GetDatabaseOk

func (o *BackupLinks) GetDatabaseOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetDatabaseOk returns a tuple with the Database field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDatabase

func (o *BackupLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)

SetDatabase sets Database field to given value.

HasDatabase

func (o *BackupLinks) HasDatabase() bool

HasDatabase returns a boolean if a field has been set.

GetCopiedFrom

func (o *BackupLinks) GetCopiedFrom() ListAccountsForStack200ResponseLinksStack

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

GetCopiedFromOk

func (o *BackupLinks) GetCopiedFromOk() (*ListAccountsForStack200ResponseLinksStack, 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 *BackupLinks) SetCopiedFrom(v ListAccountsForStack200ResponseLinksStack)

SetCopiedFrom sets CopiedFrom field to given value.

HasCopiedFrom

func (o *BackupLinks) HasCopiedFrom() bool

HasCopiedFrom returns a boolean if a field has been set.

GetDatabaseImage

func (o *BackupLinks) GetDatabaseImage() ListAccountsForStack200ResponseLinksStack

GetDatabaseImage returns the DatabaseImage field if non-nil, zero value otherwise.

GetDatabaseImageOk

func (o *BackupLinks) GetDatabaseImageOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetDatabaseImageOk returns a tuple with the DatabaseImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDatabaseImage

func (o *BackupLinks) SetDatabaseImage(v ListAccountsForStack200ResponseLinksStack)

SetDatabaseImage sets DatabaseImage field to given value.

HasDatabaseImage

func (o *BackupLinks) HasDatabaseImage() bool

HasDatabaseImage returns a boolean if a field has been set.

GetCopies

func (o *BackupLinks) GetCopies() ListAccountsForStack200ResponseLinksStack

GetCopies returns the Copies field if non-nil, zero value otherwise.

GetCopiesOk

func (o *BackupLinks) GetCopiesOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetCopiesOk returns a tuple with the Copies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCopies

func (o *BackupLinks) SetCopies(v ListAccountsForStack200ResponseLinksStack)

SetCopies sets Copies field to given value.

HasCopies

func (o *BackupLinks) HasCopies() bool

HasCopies returns a boolean if a field has been set.

GetOperations

func (o *BackupLinks) GetOperations() ListAccountsForStack200ResponseLinksStack

GetOperations returns the Operations field if non-nil, zero value otherwise.

GetOperationsOk

func (o *BackupLinks) GetOperationsOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetOperationsOk returns a tuple with the Operations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOperations

func (o *BackupLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)

SetOperations sets Operations field to given value.

HasOperations

func (o *BackupLinks) HasOperations() bool

HasOperations returns a boolean if a field has been set.

GetSelf

func (o *BackupLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *BackupLinks) GetSelfOk() (*ListAccountsForStack200ResponseLinksStack, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *BackupLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *BackupLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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