Name | Type | Description | Notes |
---|---|---|---|
Domain | string | ||
IsPrimary | Pointer to bool | [optional] | |
Tenant | string |
func NewDomainRequest(domain string, tenant string, ) *DomainRequest
NewDomainRequest instantiates a new DomainRequest 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 NewDomainRequestWithDefaults() *DomainRequest
NewDomainRequestWithDefaults instantiates a new DomainRequest 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 *DomainRequest) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *DomainRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainRequest) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *DomainRequest) GetIsPrimary() bool
GetIsPrimary returns the IsPrimary field if non-nil, zero value otherwise.
func (o *DomainRequest) GetIsPrimaryOk() (*bool, bool)
GetIsPrimaryOk returns a tuple with the IsPrimary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainRequest) SetIsPrimary(v bool)
SetIsPrimary sets IsPrimary field to given value.
func (o *DomainRequest) HasIsPrimary() bool
HasIsPrimary returns a boolean if a field has been set.
func (o *DomainRequest) GetTenant() string
GetTenant returns the Tenant field if non-nil, zero value otherwise.
func (o *DomainRequest) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainRequest) SetTenant(v string)
SetTenant sets Tenant field to given value.