Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.54 KB

DomainRequest.md

File metadata and controls

98 lines (53 loc) · 2.54 KB

DomainRequest

Properties

Name Type Description Notes
Domain string
IsPrimary Pointer to bool [optional]
Tenant string

Methods

NewDomainRequest

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

NewDomainRequestWithDefaults

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

GetDomain

func (o *DomainRequest) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

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.

SetDomain

func (o *DomainRequest) SetDomain(v string)

SetDomain sets Domain field to given value.

GetIsPrimary

func (o *DomainRequest) GetIsPrimary() bool

GetIsPrimary returns the IsPrimary field if non-nil, zero value otherwise.

GetIsPrimaryOk

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.

SetIsPrimary

func (o *DomainRequest) SetIsPrimary(v bool)

SetIsPrimary sets IsPrimary field to given value.

HasIsPrimary

func (o *DomainRequest) HasIsPrimary() bool

HasIsPrimary returns a boolean if a field has been set.

GetTenant

func (o *DomainRequest) GetTenant() string

GetTenant returns the Tenant field if non-nil, zero value otherwise.

GetTenantOk

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.

SetTenant

func (o *DomainRequest) SetTenant(v string)

SetTenant sets Tenant field to given value.

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