Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] | |
Self | Pointer to ListAccountsForStack200ResponseLinksStack | [optional] |
func NewBackupRetentionPolicyLinks() *BackupRetentionPolicyLinks
NewBackupRetentionPolicyLinks instantiates a new BackupRetentionPolicyLinks 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 NewBackupRetentionPolicyLinksWithDefaults() *BackupRetentionPolicyLinks
NewBackupRetentionPolicyLinksWithDefaults instantiates a new BackupRetentionPolicyLinks 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 *BackupRetentionPolicyLinks) GetAccount() ListAccountsForStack200ResponseLinksStack
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *BackupRetentionPolicyLinks) 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 *BackupRetentionPolicyLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)
SetAccount sets Account field to given value.
func (o *BackupRetentionPolicyLinks) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *BackupRetentionPolicyLinks) GetSelf() ListAccountsForStack200ResponseLinksStack
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *BackupRetentionPolicyLinks) 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 *BackupRetentionPolicyLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)
SetSelf sets Self field to given value.
func (o *BackupRetentionPolicyLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.