Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.67 KB

ReadPoPRegionResponse.md

File metadata and controls

56 lines (31 loc) · 1.67 KB

ReadPoPRegionResponse

Properties

Name Type Description Notes
Result Pointer to PoPRegion [optional]

Methods

NewReadPoPRegionResponse

func NewReadPoPRegionResponse() *ReadPoPRegionResponse

NewReadPoPRegionResponse instantiates a new ReadPoPRegionResponse 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

NewReadPoPRegionResponseWithDefaults

func NewReadPoPRegionResponseWithDefaults() *ReadPoPRegionResponse

NewReadPoPRegionResponseWithDefaults instantiates a new ReadPoPRegionResponse 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

GetResult

func (o *ReadPoPRegionResponse) GetResult() PoPRegion

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *ReadPoPRegionResponse) GetResultOk() (*PoPRegion, bool)

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

SetResult

func (o *ReadPoPRegionResponse) SetResult(v PoPRegion)

SetResult sets Result field to given value.

HasResult

func (o *ReadPoPRegionResponse) HasResult() bool

HasResult returns a boolean if a field has been set.

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