Name | Type | Description | Notes |
---|---|---|---|
Results | Pointer to []PoPRegion | [optional] | |
TotalResultCount | Pointer to int32 | [optional] |
func NewListPoPRegionsResponse() *ListPoPRegionsResponse
NewListPoPRegionsResponse instantiates a new ListPoPRegionsResponse 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 NewListPoPRegionsResponseWithDefaults() *ListPoPRegionsResponse
NewListPoPRegionsResponseWithDefaults instantiates a new ListPoPRegionsResponse 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 *ListPoPRegionsResponse) GetResults() []PoPRegion
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ListPoPRegionsResponse) GetResultsOk() (*[]PoPRegion, 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 *ListPoPRegionsResponse) SetResults(v []PoPRegion)
SetResults sets Results field to given value.
func (o *ListPoPRegionsResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (o *ListPoPRegionsResponse) GetTotalResultCount() int32
GetTotalResultCount returns the TotalResultCount field if non-nil, zero value otherwise.
func (o *ListPoPRegionsResponse) GetTotalResultCountOk() (*int32, bool)
GetTotalResultCountOk returns a tuple with the TotalResultCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListPoPRegionsResponse) SetTotalResultCount(v int32)
SetTotalResultCount sets TotalResultCount field to given value.
func (o *ListPoPRegionsResponse) HasTotalResultCount() bool
HasTotalResultCount returns a boolean if a field has been set.