Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

V3DomainsGet200Response.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

V3DomainsGet200Response

Properties

Name Type Description Notes
Pagination Pointer to V3DomainsGet200ResponsePagination [optional]
Resources Pointer to []Domain [optional]

Methods

NewV3DomainsGet200Response

func NewV3DomainsGet200Response() *V3DomainsGet200Response

NewV3DomainsGet200Response instantiates a new V3DomainsGet200Response 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

NewV3DomainsGet200ResponseWithDefaults

func NewV3DomainsGet200ResponseWithDefaults() *V3DomainsGet200Response

NewV3DomainsGet200ResponseWithDefaults instantiates a new V3DomainsGet200Response 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

GetPagination

func (o *V3DomainsGet200Response) GetPagination() V3DomainsGet200ResponsePagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

func (o *V3DomainsGet200Response) GetPaginationOk() (*V3DomainsGet200ResponsePagination, bool)

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

SetPagination

func (o *V3DomainsGet200Response) SetPagination(v V3DomainsGet200ResponsePagination)

SetPagination sets Pagination field to given value.

HasPagination

func (o *V3DomainsGet200Response) HasPagination() bool

HasPagination returns a boolean if a field has been set.

GetResources

func (o *V3DomainsGet200Response) GetResources() []Domain

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

func (o *V3DomainsGet200Response) GetResourcesOk() (*[]Domain, bool)

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

SetResources

func (o *V3DomainsGet200Response) SetResources(v []Domain)

SetResources sets Resources field to given value.

HasResources

func (o *V3DomainsGet200Response) HasResources() bool

HasResources returns a boolean if a field has been set.

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