Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

SLOListResponseMetadata.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

SLOListResponseMetadata

Properties

Name Type Description Notes
Page Pointer to SLOListResponseMetadataPage [optional]

Methods

NewSLOListResponseMetadata

func NewSLOListResponseMetadata() *SLOListResponseMetadata

NewSLOListResponseMetadata instantiates a new SLOListResponseMetadata 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.

NewSLOListResponseMetadataWithDefaults

func NewSLOListResponseMetadataWithDefaults() *SLOListResponseMetadata

NewSLOListResponseMetadataWithDefaults instantiates a new SLOListResponseMetadata 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.

GetPage

func (o *SLOListResponseMetadata) GetPage() SLOListResponseMetadataPage

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *SLOListResponseMetadata) GetPageOk() (*SLOListResponseMetadataPage, bool)

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

SetPage

func (o *SLOListResponseMetadata) SetPage(v SLOListResponseMetadataPage)

SetPage sets Page field to given value.

HasPage

func (o *SLOListResponseMetadata) HasPage() bool

HasPage returns a boolean if a field has been set.

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