Name | Type | Description | Notes |
---|---|---|---|
Items | []FormattedApiStackRegion | ||
OrderBy | string | ||
Direction | string | ||
Total | float32 | ||
Pages | float32 | ||
PageSize | float32 | ||
Page | float32 |
func NewGetStackRegions200Response(items []FormattedApiStackRegion, orderBy string, direction string, total float32, pages float32, pageSize float32, page float32, ) *GetStackRegions200Response
NewGetStackRegions200Response instantiates a new GetStackRegions200Response 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 NewGetStackRegions200ResponseWithDefaults() *GetStackRegions200Response
NewGetStackRegions200ResponseWithDefaults instantiates a new GetStackRegions200Response 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 *GetStackRegions200Response) GetItems() []FormattedApiStackRegion
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetItemsOk() (*[]FormattedApiStackRegion, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStackRegions200Response) SetItems(v []FormattedApiStackRegion)
SetItems sets Items field to given value.
func (o *GetStackRegions200Response) GetOrderBy() string
GetOrderBy returns the OrderBy field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetOrderByOk() (*string, bool)
GetOrderByOk returns a tuple with the OrderBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStackRegions200Response) SetOrderBy(v string)
SetOrderBy sets OrderBy field to given value.
func (o *GetStackRegions200Response) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStackRegions200Response) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *GetStackRegions200Response) GetTotal() float32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStackRegions200Response) SetTotal(v float32)
SetTotal sets Total field to given value.
func (o *GetStackRegions200Response) GetPages() float32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetPagesOk() (*float32, 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 *GetStackRegions200Response) SetPages(v float32)
SetPages sets Pages field to given value.
func (o *GetStackRegions200Response) GetPageSize() float32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetPageSizeOk() (*float32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetStackRegions200Response) SetPageSize(v float32)
SetPageSize sets PageSize field to given value.
func (o *GetStackRegions200Response) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetStackRegions200Response) GetPageOk() (*float32, 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 *GetStackRegions200Response) SetPage(v float32)
SetPage sets Page field to given value.