Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.93 KB

ListBackupRetentionPoliciesForAccount200Response.md

File metadata and controls

135 lines (72 loc) · 4.93 KB

ListBackupRetentionPoliciesForAccount200Response

Properties

Name Type Description Notes
Embedded ListBackupRetentionPoliciesForAccount200ResponseEmbedded
TotalCount int32
PerPage int32
CurrentPage int32
Links ListActivityReportsForAccount200ResponseLinks

Methods

NewListBackupRetentionPoliciesForAccount200Response

func NewListBackupRetentionPoliciesForAccount200Response(embedded ListBackupRetentionPoliciesForAccount200ResponseEmbedded, totalCount int32, perPage int32, currentPage int32, links ListActivityReportsForAccount200ResponseLinks, ) *ListBackupRetentionPoliciesForAccount200Response

NewListBackupRetentionPoliciesForAccount200Response instantiates a new ListBackupRetentionPoliciesForAccount200Response 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

NewListBackupRetentionPoliciesForAccount200ResponseWithDefaults

func NewListBackupRetentionPoliciesForAccount200ResponseWithDefaults() *ListBackupRetentionPoliciesForAccount200Response

NewListBackupRetentionPoliciesForAccount200ResponseWithDefaults instantiates a new ListBackupRetentionPoliciesForAccount200Response 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

GetEmbedded

func (o *ListBackupRetentionPoliciesForAccount200Response) GetEmbedded() ListBackupRetentionPoliciesForAccount200ResponseEmbedded

GetEmbedded returns the Embedded field if non-nil, zero value otherwise.

GetEmbeddedOk

func (o *ListBackupRetentionPoliciesForAccount200Response) GetEmbeddedOk() (*ListBackupRetentionPoliciesForAccount200ResponseEmbedded, bool)

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

SetEmbedded

func (o *ListBackupRetentionPoliciesForAccount200Response) SetEmbedded(v ListBackupRetentionPoliciesForAccount200ResponseEmbedded)

SetEmbedded sets Embedded field to given value.

GetTotalCount

func (o *ListBackupRetentionPoliciesForAccount200Response) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *ListBackupRetentionPoliciesForAccount200Response) GetTotalCountOk() (*int32, bool)

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

SetTotalCount

func (o *ListBackupRetentionPoliciesForAccount200Response) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

GetPerPage

func (o *ListBackupRetentionPoliciesForAccount200Response) GetPerPage() int32

GetPerPage returns the PerPage field if non-nil, zero value otherwise.

GetPerPageOk

func (o *ListBackupRetentionPoliciesForAccount200Response) GetPerPageOk() (*int32, bool)

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

SetPerPage

func (o *ListBackupRetentionPoliciesForAccount200Response) SetPerPage(v int32)

SetPerPage sets PerPage field to given value.

GetCurrentPage

func (o *ListBackupRetentionPoliciesForAccount200Response) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *ListBackupRetentionPoliciesForAccount200Response) GetCurrentPageOk() (*int32, bool)

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

SetCurrentPage

func (o *ListBackupRetentionPoliciesForAccount200Response) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

GetLinks

func (o *ListBackupRetentionPoliciesForAccount200Response) GetLinks() ListActivityReportsForAccount200ResponseLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ListBackupRetentionPoliciesForAccount200Response) GetLinksOk() (*ListActivityReportsForAccount200ResponseLinks, bool)

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

SetLinks

func (o *ListBackupRetentionPoliciesForAccount200Response) SetLinks(v ListActivityReportsForAccount200ResponseLinks)

SetLinks sets Links field to given value.

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