Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.72 KB

BackupRetentionPolicyLinks.md

File metadata and controls

82 lines (45 loc) · 2.72 KB

BackupRetentionPolicyLinks

Properties

Name Type Description Notes
Account Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewBackupRetentionPolicyLinks

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

NewBackupRetentionPolicyLinksWithDefaults

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

GetAccount

func (o *BackupRetentionPolicyLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

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

GetAccountOk

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.

SetAccount

func (o *BackupRetentionPolicyLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *BackupRetentionPolicyLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetSelf

func (o *BackupRetentionPolicyLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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.

SetSelf

func (o *BackupRetentionPolicyLinks) SetSelf(v ListAccountsForStack200ResponseLinksStack)

SetSelf sets Self field to given value.

HasSelf

func (o *BackupRetentionPolicyLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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