Name | Type | Description | Notes |
---|---|---|---|
Domains | []DomainAvailableResponse | Domain available response array |
func NewDomainAvailableBulk(domains []DomainAvailableResponse, ) *DomainAvailableBulk
NewDomainAvailableBulk instantiates a new DomainAvailableBulk 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 NewDomainAvailableBulkWithDefaults() *DomainAvailableBulk
NewDomainAvailableBulkWithDefaults instantiates a new DomainAvailableBulk 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 *DomainAvailableBulk) GetDomains() []DomainAvailableResponse
GetDomains returns the Domains field if non-nil, zero value otherwise.
func (o *DomainAvailableBulk) GetDomainsOk() (*[]DomainAvailableResponse, bool)
GetDomainsOk returns a tuple with the Domains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainAvailableBulk) SetDomains(v []DomainAvailableResponse)
SetDomains sets Domains field to given value.