| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] [readonly] | |
| UserId | Pointer to string | [optional] | |
| Domain | Pointer to string | Deprecated in favor of name attribute | [optional] |
| Name | Pointer to string | [optional] | |
| PlanLevel | Pointer to int32 | - `0` - Traffic - `1` - Basic - `2` - Growth - `3` - Professional - `4` - Enterprise | [optional] |
| NsKeys | Pointer to []string | Desired NS values for the domain | [optional] |
| CurrentNs | Pointer to []string | Current NS values for the domain | [optional] |
| TargetCname | Pointer to NullableString | Current record for CNAME Setup of the domain | [optional] |
| CustomCname | Pointer to NullableString | Domain's custom record for CNAME Setup | [optional] |
| Type | Pointer to string | Partial domain is using CNAME Setup and full domain is using NS Setup | [optional] |
| Status | Pointer to string | [optional] | |
| DnsCloud | Pointer to bool | [optional] [default to false] | |
| Restriction | Pointer to []string | [optional] | |
| Transfer | Pointer to DomainTransferData | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] [readonly] | |
| UpdatedAt | Pointer to time.Time | [optional] [readonly] |
func NewDomain() *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) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Domain) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetId(v string)
SetId sets Id field to given value.
func (o *Domain) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Domain) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *Domain) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *Domain) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *Domain) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *Domain) 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 *Domain) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *Domain) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *Domain) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Domain) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetName(v string)
SetName sets Name field to given value.
func (o *Domain) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Domain) GetPlanLevel() int32
GetPlanLevel returns the PlanLevel field if non-nil, zero value otherwise.
func (o *Domain) GetPlanLevelOk() (*int32, bool)
GetPlanLevelOk returns a tuple with the PlanLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetPlanLevel(v int32)
SetPlanLevel sets PlanLevel field to given value.
func (o *Domain) HasPlanLevel() bool
HasPlanLevel returns a boolean if a field has been set.
func (o *Domain) GetNsKeys() []string
GetNsKeys returns the NsKeys field if non-nil, zero value otherwise.
func (o *Domain) GetNsKeysOk() (*[]string, bool)
GetNsKeysOk returns a tuple with the NsKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetNsKeys(v []string)
SetNsKeys sets NsKeys field to given value.
func (o *Domain) HasNsKeys() bool
HasNsKeys returns a boolean if a field has been set.
func (o *Domain) GetCurrentNs() []string
GetCurrentNs returns the CurrentNs field if non-nil, zero value otherwise.
func (o *Domain) GetCurrentNsOk() (*[]string, bool)
GetCurrentNsOk returns a tuple with the CurrentNs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetCurrentNs(v []string)
SetCurrentNs sets CurrentNs field to given value.
func (o *Domain) HasCurrentNs() bool
HasCurrentNs returns a boolean if a field has been set.
func (o *Domain) GetTargetCname() string
GetTargetCname returns the TargetCname field if non-nil, zero value otherwise.
func (o *Domain) GetTargetCnameOk() (*string, bool)
GetTargetCnameOk returns a tuple with the TargetCname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetTargetCname(v string)
SetTargetCname sets TargetCname field to given value.
func (o *Domain) HasTargetCname() bool
HasTargetCname returns a boolean if a field has been set.
func (o *Domain) SetTargetCnameNil(b bool)
SetTargetCnameNil sets the value for TargetCname to be an explicit nil
func (o *Domain) UnsetTargetCname()
UnsetTargetCname ensures that no value is present for TargetCname, not even an explicit nil
func (o *Domain) GetCustomCname() string
GetCustomCname returns the CustomCname field if non-nil, zero value otherwise.
func (o *Domain) GetCustomCnameOk() (*string, bool)
GetCustomCnameOk returns a tuple with the CustomCname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetCustomCname(v string)
SetCustomCname sets CustomCname field to given value.
func (o *Domain) HasCustomCname() bool
HasCustomCname returns a boolean if a field has been set.
func (o *Domain) SetCustomCnameNil(b bool)
SetCustomCnameNil sets the value for CustomCname to be an explicit nil
func (o *Domain) UnsetCustomCname()
UnsetCustomCname ensures that no value is present for CustomCname, not even an explicit nil
func (o *Domain) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Domain) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetType(v string)
SetType sets Type field to given value.
func (o *Domain) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Domain) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *Domain) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *Domain) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *Domain) GetDnsCloud() bool
GetDnsCloud returns the DnsCloud field if non-nil, zero value otherwise.
func (o *Domain) GetDnsCloudOk() (*bool, bool)
GetDnsCloudOk returns a tuple with the DnsCloud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetDnsCloud(v bool)
SetDnsCloud sets DnsCloud field to given value.
func (o *Domain) HasDnsCloud() bool
HasDnsCloud returns a boolean if a field has been set.
func (o *Domain) GetRestriction() []string
GetRestriction returns the Restriction field if non-nil, zero value otherwise.
func (o *Domain) GetRestrictionOk() (*[]string, bool)
GetRestrictionOk returns a tuple with the Restriction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetRestriction(v []string)
SetRestriction sets Restriction field to given value.
func (o *Domain) HasRestriction() bool
HasRestriction returns a boolean if a field has been set.
func (o *Domain) GetTransfer() DomainTransferData
GetTransfer returns the Transfer field if non-nil, zero value otherwise.
func (o *Domain) GetTransferOk() (*DomainTransferData, bool)
GetTransferOk returns a tuple with the Transfer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetTransfer(v DomainTransferData)
SetTransfer sets Transfer field to given value.
func (o *Domain) HasTransfer() bool
HasTransfer returns a boolean if a field has been set.
func (o *Domain) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Domain) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Domain) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Domain) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Domain) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Domain) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Domain) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.