Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []GetObjectStorageKeys200ResponseDataInner | [optional] | |
Page | Pointer to int32 | The current page. | [optional] [readonly] |
Pages | Pointer to int32 | The total number of pages. | [optional] [readonly] |
Results | Pointer to int32 | The total number of results. | [optional] [readonly] |
func NewGetObjectStorageKeys200Response() *GetObjectStorageKeys200Response
NewGetObjectStorageKeys200Response instantiates a new GetObjectStorageKeys200Response 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 NewGetObjectStorageKeys200ResponseWithDefaults() *GetObjectStorageKeys200Response
NewGetObjectStorageKeys200ResponseWithDefaults instantiates a new GetObjectStorageKeys200Response 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 *GetObjectStorageKeys200Response) GetData() []GetObjectStorageKeys200ResponseDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200Response) GetDataOk() (*[]GetObjectStorageKeys200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageKeys200Response) SetData(v []GetObjectStorageKeys200ResponseDataInner)
SetData sets Data field to given value.
func (o *GetObjectStorageKeys200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetObjectStorageKeys200Response) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200Response) GetPageOk() (*int32, 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.
func (o *GetObjectStorageKeys200Response) SetPage(v int32)
SetPage sets Page field to given value.
func (o *GetObjectStorageKeys200Response) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *GetObjectStorageKeys200Response) GetPages() int32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200Response) GetPagesOk() (*int32, bool)
GetPagesOk returns a tuple with the Pages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageKeys200Response) SetPages(v int32)
SetPages sets Pages field to given value.
func (o *GetObjectStorageKeys200Response) HasPages() bool
HasPages returns a boolean if a field has been set.
func (o *GetObjectStorageKeys200Response) GetResults() int32
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GetObjectStorageKeys200Response) GetResultsOk() (*int32, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageKeys200Response) SetResults(v int32)
SetResults sets Results field to given value.
func (o *GetObjectStorageKeys200Response) HasResults() bool
HasResults returns a boolean if a field has been set.