Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []DomainTransferData | [optional] | |
Links | Pointer to PaginatedResponseLinks | [optional] | |
Meta | Pointer to PaginatedResponseMeta | [optional] |
func NewDomainsTransferIndex200Response() *DomainsTransferIndex200Response
NewDomainsTransferIndex200Response instantiates a new DomainsTransferIndex200Response 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 NewDomainsTransferIndex200ResponseWithDefaults() *DomainsTransferIndex200Response
NewDomainsTransferIndex200ResponseWithDefaults instantiates a new DomainsTransferIndex200Response 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 *DomainsTransferIndex200Response) GetData() []DomainTransferData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *DomainsTransferIndex200Response) GetDataOk() (*[]DomainTransferData, 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 *DomainsTransferIndex200Response) SetData(v []DomainTransferData)
SetData sets Data field to given value.
func (o *DomainsTransferIndex200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *DomainsTransferIndex200Response) GetLinks() PaginatedResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DomainsTransferIndex200Response) GetLinksOk() (*PaginatedResponseLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainsTransferIndex200Response) SetLinks(v PaginatedResponseLinks)
SetLinks sets Links field to given value.
func (o *DomainsTransferIndex200Response) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *DomainsTransferIndex200Response) GetMeta() PaginatedResponseMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *DomainsTransferIndex200Response) GetMetaOk() (*PaginatedResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainsTransferIndex200Response) SetMeta(v PaginatedResponseMeta)
SetMeta sets Meta field to given value.
func (o *DomainsTransferIndex200Response) HasMeta() bool
HasMeta returns a boolean if a field has been set.