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] |
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
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
func (o *BackupLinks) GetAccount() ListAccountsForStack200ResponseLinksStack
GetAccount returns the Account field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)
SetAccount sets Account field to given value.
func (o *BackupLinks) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *BackupLinks) GetDatabase() ListAccountsForStack200ResponseLinksStack
GetDatabase returns the Database field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetDatabase(v ListAccountsForStack200ResponseLinksStack)
SetDatabase sets Database field to given value.
func (o *BackupLinks) HasDatabase() bool
HasDatabase returns a boolean if a field has been set.
func (o *BackupLinks) GetCopiedFrom() ListAccountsForStack200ResponseLinksStack
GetCopiedFrom returns the CopiedFrom field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetCopiedFrom(v ListAccountsForStack200ResponseLinksStack)
SetCopiedFrom sets CopiedFrom field to given value.
func (o *BackupLinks) HasCopiedFrom() bool
HasCopiedFrom returns a boolean if a field has been set.
func (o *BackupLinks) GetDatabaseImage() ListAccountsForStack200ResponseLinksStack
GetDatabaseImage returns the DatabaseImage field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetDatabaseImage(v ListAccountsForStack200ResponseLinksStack)
SetDatabaseImage sets DatabaseImage field to given value.
func (o *BackupLinks) HasDatabaseImage() bool
HasDatabaseImage returns a boolean if a field has been set.
func (o *BackupLinks) GetCopies() ListAccountsForStack200ResponseLinksStack
GetCopies returns the Copies field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetCopies(v ListAccountsForStack200ResponseLinksStack)
SetCopies sets Copies field to given value.
func (o *BackupLinks) HasCopies() bool
HasCopies returns a boolean if a field has been set.
func (o *BackupLinks) GetOperations() ListAccountsForStack200ResponseLinksStack
GetOperations returns the Operations field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetOperations(v ListAccountsForStack200ResponseLinksStack)
SetOperations sets Operations field to given value.
func (o *BackupLinks) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (o *BackupLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *BackupLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *BackupLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.