Name | Type | Description | Notes |
---|---|---|---|
DomainId | Pointer to int32 | [optional] [readonly] | |
DomainName | string |
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
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
func (o *Domain) GetDomainId() int32
GetDomainId returns the DomainId field if non-nil, zero value otherwise.
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.
func (o *Domain) SetDomainId(v int32)
SetDomainId sets DomainId field to given value.
func (o *Domain) HasDomainId() bool
HasDomainId returns a boolean if a field has been set.
func (o *Domain) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
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.
func (o *Domain) SetDomainName(v string)
SetDomainName sets DomainName field to given value.