Domain

November 26, 2020 ยท View on GitHub

Properties

NameTypeDescriptionNotes
DomainIdPointer to int32[optional] [readonly]
DomainNamestring

Methods

NewDomain

func NewDomain(domainName string, ) *Domain

NewDomain instantiates a new Domain 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

NewDomainWithDefaults

func NewDomainWithDefaults() *Domain

NewDomainWithDefaults instantiates a new Domain 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

GetDomainId

func (o *Domain) GetDomainId() int32

GetDomainId returns the DomainId field if non-nil, zero value otherwise.

GetDomainIdOk

func (o *Domain) GetDomainIdOk() (*int32, bool)

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

SetDomainId

func (o *Domain) SetDomainId(v int32)

SetDomainId sets DomainId field to given value.

HasDomainId

func (o *Domain) HasDomainId() bool

HasDomainId returns a boolean if a field has been set.

GetDomainName

func (o *Domain) GetDomainName() string

GetDomainName returns the DomainName field if non-nil, zero value otherwise.

GetDomainNameOk

func (o *Domain) GetDomainNameOk() (*string, bool)

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

SetDomainName

func (o *Domain) SetDomainName(v string)

SetDomainName sets DomainName field to given value.

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