openapi

package
v0.0.0-...-af14a8b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 21 Imported by: 0

README

Go API client for openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.1
  • Package version: 1.0.0
  • Generator version: 7.7.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://easydns.com/

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value openapi.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value openapi.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using openapi.ContextOperationServerIndices and openapi.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://sandbox.rest.easydns.net

Class Method HTTP request Description
AddAPI AddUXZoneRec Put /zones/async/ux/records/add/{domain}/{type} Create a new record in a zone using async zone reloading
AddAPI CreateDomain Put /domains/add/{domain} Add a new domain to the system including registering the domain at the registry if applicable. When registering domains additional fields may be required depending on the TLD
AddAPI CreateMailmap Put /mail/maps/{domain} This API call allows an API user to create a new mailmap for a domain on the easyDNS system
AddAPI CreateUser Put /users/{user} Create a new user on the system using the provided user information and return the API credentials for the new user if successful
AsyncAPI AddUXZoneRec Put /zones/async/ux/records/add/{domain}/{type} Create a new record in a zone using async zone reloading
AsyncAPI DelUXZoneRec Delete /zones/async/ux/records/{domain}/{id} Delete an existing zone record using async zone reloading
AsyncAPI ForceZoneReload Get /zones/reload/{domain}/force Force regeneration of a zone immediately instead of allowing zone reloader to handle it
AsyncAPI ModUXZoneRec Post /zones/async/ux/records/{id} Modify an existing zone record using async zone reloading
DeleteAPI DelUXZoneRec Delete /zones/async/ux/records/{domain}/{id} Delete an existing zone record using async zone reloading
DeleteAPI DelZoneRec Delete /zones/records/{domain}/{id} Delete an existing zone record
DeleteAPI DeleteDomain Delete /domain/{domain} Delete an existing domain from the system
DeleteAPI DeleteMailmap Delete /mail/maps/{domain}/{mailmap_id} This API call allows you to delete an existing mailmap for a domain. To obtain the mailmap_id for a mailmap you should perform a request to list your mailmaps
DomainAPI CheckRegistryGlue Get /domains/glue/{domain}/{host}/status Gets the status of a glue record at the registry to indicate if the glue record has been put in place by the registry
DomainAPI CreateDomain Put /domains/add/{domain} Add a new domain to the system including registering the domain at the registry if applicable. When registering domains additional fields may be required depending on the TLD
DomainAPI CreateGlue Put /domains/glue/{domain} Creates glue record information at the registry
DomainAPI DeleteDomain Delete /domain/{domain} Delete an existing domain from the system
DomainAPI DeleteGlue Delete /domains/glue/{domain}/{host} Deletes a glue record that is configured at the registry and is no longer needed. All requests to delete glue records that are still in use by a domain with the same TLD will fail until all associations are removed!
DomainAPI GetDomainGlue Get /domains/glue/{domain} Returns any glue records associated with a domain
DomainAPI GetDomainInfo Get /domain/{domain} Get details about a domain on the system
DomainAPI GetDomainNameservers Get /domains/ns/{domain} Returns the list of name servers currently assigned to the provided domain
DomainAPI GetRegStatus Get /domains/regstatus Get the reglock and renewal status for a users list of domains
DomainAPI ListUserDomains Get /domains/list/{user} Get a listing of all domains associated with a user
DomainAPI SetPrimaryNS Post /domains/primary_ns/{domain} Set the primary NS value for a domain. Will also update domain to make it secondary
DomainAPI SetRegStatus Post /domains/regstatus Set the reglock status of a set of domains owned by a user
DomainAPI UpdateDomainNameservers Post /domains/ns/{domain} Updates the name servers assigned to the provided domain name
DomainAPI UpdateGlue Post /domains/glue/{domain} Updates an existing glue record configured at the registry with new address information
GeoAPI ListGeoRegions Get /zones/geo/region/list Get a paginated list of all geo region IDs available for geo records
GlueAPI CheckRegistryGlue Get /domains/glue/{domain}/{host}/status Gets the status of a glue record at the registry to indicate if the glue record has been put in place by the registry
GlueAPI CreateGlue Put /domains/glue/{domain} Creates glue record information at the registry
GlueAPI DeleteGlue Delete /domains/glue/{domain}/{host} Deletes a glue record that is configured at the registry and is no longer needed. All requests to delete glue records that are still in use by a domain with the same TLD will fail until all associations are removed!
GlueAPI GetDomainGlue Get /domains/glue/{domain} Returns any glue records associated with a domain
GlueAPI UpdateGlue Post /domains/glue/{domain} Updates an existing glue record configured at the registry with new address information
ListAPI ListGeoRegions Get /zones/geo/region/list Get a paginated list of all geo region IDs available for geo records
ListAPI ListMailmaps Get /mail/maps/{domain} To get a listing of the existing mailmaps for a domain this API call can be used. This call will return all pertinent details about each mailmap created for the domain.
ListAPI ListParsedZone Get /zones/records/parsed/{domain} Get the current zone records for a domain fully parsed like you would see them in the zonefile.
ListAPI ListUserDomains Get /domains/list/{user} Get a listing of all domains associated with a user
ListAPI ListZone Get /zones/records/all/{domain} Get a listing of all available zone records for a domain
ListAPI SearchZone Get /zones/records/all/{domain}/search/{keyword} Get a listing of all available zone records for a domain that match the keyword string
MailAPI CreateMailmap Put /mail/maps/{domain} This API call allows an API user to create a new mailmap for a domain on the easyDNS system
MailAPI DeleteMailmap Delete /mail/maps/{domain}/{mailmap_id} This API call allows you to delete an existing mailmap for a domain. To obtain the mailmap_id for a mailmap you should perform a request to list your mailmaps
MailAPI ListMailmaps Get /mail/maps/{domain} To get a listing of the existing mailmaps for a domain this API call can be used. This call will return all pertinent details about each mailmap created for the domain.
MailAPI UpdateMailmap Post /mail/maps/{domain}/{email} This API call can be used to update the configuration of an existing mailmap for a domain. To update a mailmap you must provide all required parameters in the request. On a successful update the existing mailmap configuration will be replaced with the provided mailmap configuration in the request
NameServerAPI GetDomainNameservers Get /domains/ns/{domain} Returns the list of name servers currently assigned to the provided domain
NameServerAPI UpdateDomainNameservers Post /domains/ns/{domain} Updates the name servers assigned to the provided domain name
ParsedAPI ListParsedZone Get /zones/records/parsed/{domain} Get the current zone records for a domain fully parsed like you would see them in the zonefile.
ReadAPI GetDomainInfo Get /domain/{domain} Get details about a domain on the system
ReadAPI GetRegStatus Get /domains/regstatus Get the reglock and renewal status for a users list of domains
ReadAPI GetUserInfo Get /user Get details about a user
ReadAPI GetZoneSOA Get /zones/records/soa/{domain} Get the current SOA value for a zone
ReadAPI ListMailmaps Get /mail/maps/{domain} To get a listing of the existing mailmaps for a domain this API call can be used. This call will return all pertinent details about each mailmap created for the domain.
ReadAPI ListParsedZone Get /zones/records/parsed/{domain} Get the current zone records for a domain fully parsed like you would see them in the zonefile.
ReadAPI ListUserDomains Get /domains/list/{user} Get a listing of all domains associated with a user
ReadAPI ListZone Get /zones/records/all/{domain} Get a listing of all available zone records for a domain
ReadAPI SearchZone Get /zones/records/all/{domain}/search/{keyword} Get a listing of all available zone records for a domain that match the keyword string
RegisterAPI CreateDomain Put /domains/add/{domain} Add a new domain to the system including registering the domain at the registry if applicable. When registering domains additional fields may be required depending on the TLD
ReloadAPI ForceZoneReload Get /zones/reload/{domain}/force Force regeneration of a zone immediately instead of allowing zone reloader to handle it
SearchAPI SearchZone Get /zones/records/all/{domain}/search/{keyword} Get a listing of all available zone records for a domain that match the keyword string
SecondaryAPI SetPrimaryNS Post /domains/primary_ns/{domain} Set the primary NS value for a domain. Will also update domain to make it secondary
ServiceAPI GetServiceDescription Get /services/{service_id}/description Returns a description of the provided service
ServiceAPI GetSubscriptionServiceDescription Get /services/subscription/{subscription_id}/description Returns a description of the service used by the provided subscription block
UserAPI CreateUser Put /users/{user} Create a new user on the system using the provided user information and return the API credentials for the new user if successful
UserAPI GetRegStatus Get /domains/regstatus Get the reglock and renewal status for a users list of domains
UserAPI GetUserInfo Get /user Get details about a user
UserAPI ListUserDomains Get /domains/list/{user} Get a listing of all domains associated with a user
UserAPI SetRegStatus Post /domains/regstatus Set the reglock status of a set of domains owned by a user
UserAPI UpdateUserDS Post /users/{user}/info Update information about a user on the system
WriteAPI AddUXZoneRec Put /zones/async/ux/records/add/{domain}/{type} Create a new record in a zone using async zone reloading
WriteAPI AddZoneRec Put /zones/records/add/{domain}/{type} Create a new record in a zone
WriteAPI CreateDomain Put /domains/add/{domain} Add a new domain to the system including registering the domain at the registry if applicable. When registering domains additional fields may be required depending on the TLD
WriteAPI CreateMailmap Put /mail/maps/{domain} This API call allows an API user to create a new mailmap for a domain on the easyDNS system
WriteAPI CreateUser Put /users/{user} Create a new user on the system using the provided user information and return the API credentials for the new user if successful
WriteAPI DelUXZoneRec Delete /zones/async/ux/records/{domain}/{id} Delete an existing zone record using async zone reloading
WriteAPI DelZoneRec Delete /zones/records/{domain}/{id} Delete an existing zone record
WriteAPI DeleteDomain Delete /domain/{domain} Delete an existing domain from the system
WriteAPI DeleteMailmap Delete /mail/maps/{domain}/{mailmap_id} This API call allows you to delete an existing mailmap for a domain. To obtain the mailmap_id for a mailmap you should perform a request to list your mailmaps
WriteAPI ForceZoneReload Get /zones/reload/{domain}/force Force regeneration of a zone immediately instead of allowing zone reloader to handle it
WriteAPI ModUXZoneRec Post /zones/async/ux/records/{id} Modify an existing zone record using async zone reloading
WriteAPI ModZoneRec Post /zones/records/{id} Modify an existing zone record
WriteAPI SetPrimaryNS Post /domains/primary_ns/{domain} Set the primary NS value for a domain. Will also update domain to make it secondary
WriteAPI SetRegStatus Post /domains/regstatus Set the reglock status of a set of domains owned by a user
WriteAPI UpdateMailmap Post /mail/maps/{domain}/{email} This API call can be used to update the configuration of an existing mailmap for a domain. To update a mailmap you must provide all required parameters in the request. On a successful update the existing mailmap configuration will be replaced with the provided mailmap configuration in the request
WriteAPI UpdateUserDS Post /users/{user}/info Update information about a user on the system
ZoneAPI AddUXZoneRec Put /zones/async/ux/records/add/{domain}/{type} Create a new record in a zone using async zone reloading
ZoneAPI AddZoneRec Put /zones/records/add/{domain}/{type} Create a new record in a zone
ZoneAPI DelUXZoneRec Delete /zones/async/ux/records/{domain}/{id} Delete an existing zone record using async zone reloading
ZoneAPI DelZoneRec Delete /zones/records/{domain}/{id} Delete an existing zone record
ZoneAPI ForceZoneReload Get /zones/reload/{domain}/force Force regeneration of a zone immediately instead of allowing zone reloader to handle it
ZoneAPI GetZoneSOA Get /zones/records/soa/{domain} Get the current SOA value for a zone
ZoneAPI ListGeoRegions Get /zones/geo/region/list Get a paginated list of all geo region IDs available for geo records
ZoneAPI ListParsedZone Get /zones/records/parsed/{domain} Get the current zone records for a domain fully parsed like you would see them in the zonefile.
ZoneAPI ListZone Get /zones/records/all/{domain} Get a listing of all available zone records for a domain
ZoneAPI ModUXZoneRec Post /zones/async/ux/records/{id} Modify an existing zone record using async zone reloading
ZoneAPI ModZoneRec Post /zones/records/{id} Modify an existing zone record
ZoneAPI SearchZone Get /zones/records/all/{domain}/search/{keyword} Get a listing of all available zone records for a domain that match the keyword string

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

easyapi_basic
  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), openapi.ContextBasicAuth, openapi.BasicAuth{
	UserName: "username",
	Password: "password",
})
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

easyapi@easydns.com

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	ZoneAPI *ZoneAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the EasyAPI REST Services API API v1.1.1 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type ApiAddUXZoneRecRequest

type ApiAddUXZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiAddUXZoneRecRequest) Body

func (r ApiAddUXZoneRecRequest) Body(body map[string]interface{}) ApiAddUXZoneRecRequest

The contents of the resource record (RR) to create in JSON encoded format

func (ApiAddUXZoneRecRequest) Execute

func (r ApiAddUXZoneRecRequest) Execute() (*http.Response, error)

type ApiAddZoneRecRequest

type ApiAddZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiAddZoneRecRequest) Execute

func (r ApiAddZoneRecRequest) Execute() (*http.Response, error)

func (ApiAddZoneRecRequest) RequestModelZoneBodyData

func (r ApiAddZoneRecRequest) RequestModelZoneBodyData(requestModelZoneBodyData RequestModelZoneBodyData) ApiAddZoneRecRequest

The contents of the resource record (RR) to create in JSON encoded format

type ApiDelUXZoneRecRequest

type ApiDelUXZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiDelUXZoneRecRequest) Execute

func (r ApiDelUXZoneRecRequest) Execute() (*http.Response, error)

type ApiDelZoneRecRequest

type ApiDelZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiDelZoneRecRequest) Execute

func (r ApiDelZoneRecRequest) Execute() (*http.Response, error)

type ApiForceZoneReloadRequest

type ApiForceZoneReloadRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiForceZoneReloadRequest) Execute

func (r ApiForceZoneReloadRequest) Execute() (*http.Response, error)

type ApiGetZoneSOARequest

type ApiGetZoneSOARequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiGetZoneSOARequest) Execute

type ApiListGeoRegionsRequest

type ApiListGeoRegionsRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiListGeoRegionsRequest) Execute

func (ApiListGeoRegionsRequest) Max

The maximum number of the records to return when using paginated results

func (ApiListGeoRegionsRequest) Start

The number of the record to start the page on when using paginated results

type ApiListParsedZoneRequest

type ApiListParsedZoneRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiListParsedZoneRequest) Execute

type ApiListZoneRequest

type ApiListZoneRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiListZoneRequest) Execute

type ApiModUXZoneRecRequest

type ApiModUXZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiModUXZoneRecRequest) Execute

func (ApiModUXZoneRecRequest) RequestModelZoneBodyData

func (r ApiModUXZoneRecRequest) RequestModelZoneBodyData(requestModelZoneBodyData RequestModelZoneBodyData) ApiModUXZoneRecRequest

The contents of the resource record (RR) to modify in JSON encoded format

type ApiModZoneRecRequest

type ApiModZoneRecRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiModZoneRecRequest) Execute

func (ApiModZoneRecRequest) RequestModelZoneBodyData

func (r ApiModZoneRecRequest) RequestModelZoneBodyData(requestModelZoneBodyData RequestModelZoneBodyData) ApiModZoneRecRequest

The contents of the resource record (RR) to create in JSON encoded format

type ApiSearchZoneRequest

type ApiSearchZoneRequest struct {
	ApiService *ZoneAPIService
	// contains filtered or unexported fields
}

func (ApiSearchZoneRequest) Execute

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BodyDomainCreateDNSOnly

type BodyDomainCreateDNSOnly struct {
	Service string `json:"service"`
	// The term (in years) to create the domain for. If domain is being registered this is also the term it will be registered for
	Term int32 `json:"term"`
	// The currency to use when processing billing for the new domain
	Currency string `json:"currency"`
	// Should this domain be added for DNS service only (excluding registration)? Requests that do not set this value will attempt registration of the provided domain name
	DnsOnly int32 `json:"dns_only"`
	// The nameservers to use when creating a domains NS records. If you are looking to set the primary NS for a secondary domain please use the primary_ns field
	Nameservers []string `json:"nameservers,omitempty"`
	// The name of the portfolio to automatically assign this domain to when domain is created. The portfolio provided MUST already exist and originate from the same user as the domain is being added to. *This parameter has been deprecated by the domain_group parameter.*
	// Deprecated
	Portfolio *string `json:"portfolio,omitempty"`
	// The name of the domain group to automatically assign this domain to when domain is created. The domain group provided MUST already exist and originate from the same user as the user who will control the domain
	DomainGroup *string `json:"domain_group,omitempty"`
	// The primary nameserver(s) to use when adding a new secondary domain to the system. Providing this value will cause the domain to be set to secondary automatically and the zone transfer process to start. Multiple masters should be separated by a semi-colon and no spaces (i.e. '1.2.3.4;5.6.7.8').
	PrimaryNs *string `json:"primary_ns,omitempty"`
}

BodyDomainCreateDNSOnly struct for BodyDomainCreateDNSOnly

func NewBodyDomainCreateDNSOnly

func NewBodyDomainCreateDNSOnly(service string, term int32, currency string, dnsOnly int32) *BodyDomainCreateDNSOnly

NewBodyDomainCreateDNSOnly instantiates a new BodyDomainCreateDNSOnly 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 NewBodyDomainCreateDNSOnlyWithDefaults

func NewBodyDomainCreateDNSOnlyWithDefaults() *BodyDomainCreateDNSOnly

NewBodyDomainCreateDNSOnlyWithDefaults instantiates a new BodyDomainCreateDNSOnly 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 (*BodyDomainCreateDNSOnly) GetCurrency

func (o *BodyDomainCreateDNSOnly) GetCurrency() string

GetCurrency returns the Currency field value

func (*BodyDomainCreateDNSOnly) GetCurrencyOk

func (o *BodyDomainCreateDNSOnly) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetDnsOnly

func (o *BodyDomainCreateDNSOnly) GetDnsOnly() int32

GetDnsOnly returns the DnsOnly field value

func (*BodyDomainCreateDNSOnly) GetDnsOnlyOk

func (o *BodyDomainCreateDNSOnly) GetDnsOnlyOk() (*int32, bool)

GetDnsOnlyOk returns a tuple with the DnsOnly field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetDomainGroup

func (o *BodyDomainCreateDNSOnly) GetDomainGroup() string

GetDomainGroup returns the DomainGroup field value if set, zero value otherwise.

func (*BodyDomainCreateDNSOnly) GetDomainGroupOk

func (o *BodyDomainCreateDNSOnly) GetDomainGroupOk() (*string, bool)

GetDomainGroupOk returns a tuple with the DomainGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetNameservers

func (o *BodyDomainCreateDNSOnly) GetNameservers() []string

GetNameservers returns the Nameservers field value if set, zero value otherwise.

func (*BodyDomainCreateDNSOnly) GetNameserversOk

func (o *BodyDomainCreateDNSOnly) GetNameserversOk() ([]string, bool)

GetNameserversOk returns a tuple with the Nameservers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetPortfolio

func (o *BodyDomainCreateDNSOnly) GetPortfolio() string

GetPortfolio returns the Portfolio field value if set, zero value otherwise. Deprecated

func (*BodyDomainCreateDNSOnly) GetPortfolioOk

func (o *BodyDomainCreateDNSOnly) GetPortfolioOk() (*string, bool)

GetPortfolioOk returns a tuple with the Portfolio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*BodyDomainCreateDNSOnly) GetPrimaryNs

func (o *BodyDomainCreateDNSOnly) GetPrimaryNs() string

GetPrimaryNs returns the PrimaryNs field value if set, zero value otherwise.

func (*BodyDomainCreateDNSOnly) GetPrimaryNsOk

func (o *BodyDomainCreateDNSOnly) GetPrimaryNsOk() (*string, bool)

GetPrimaryNsOk returns a tuple with the PrimaryNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetService

func (o *BodyDomainCreateDNSOnly) GetService() string

GetService returns the Service field value

func (*BodyDomainCreateDNSOnly) GetServiceOk

func (o *BodyDomainCreateDNSOnly) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) GetTerm

func (o *BodyDomainCreateDNSOnly) GetTerm() int32

GetTerm returns the Term field value

func (*BodyDomainCreateDNSOnly) GetTermOk

func (o *BodyDomainCreateDNSOnly) GetTermOk() (*int32, bool)

GetTermOk returns a tuple with the Term field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDNSOnly) HasDomainGroup

func (o *BodyDomainCreateDNSOnly) HasDomainGroup() bool

HasDomainGroup returns a boolean if a field has been set.

func (*BodyDomainCreateDNSOnly) HasNameservers

func (o *BodyDomainCreateDNSOnly) HasNameservers() bool

HasNameservers returns a boolean if a field has been set.

func (*BodyDomainCreateDNSOnly) HasPortfolio

func (o *BodyDomainCreateDNSOnly) HasPortfolio() bool

HasPortfolio returns a boolean if a field has been set.

func (*BodyDomainCreateDNSOnly) HasPrimaryNs

func (o *BodyDomainCreateDNSOnly) HasPrimaryNs() bool

HasPrimaryNs returns a boolean if a field has been set.

func (BodyDomainCreateDNSOnly) MarshalJSON

func (o BodyDomainCreateDNSOnly) MarshalJSON() ([]byte, error)

func (*BodyDomainCreateDNSOnly) SetCurrency

func (o *BodyDomainCreateDNSOnly) SetCurrency(v string)

SetCurrency sets field value

func (*BodyDomainCreateDNSOnly) SetDnsOnly

func (o *BodyDomainCreateDNSOnly) SetDnsOnly(v int32)

SetDnsOnly sets field value

func (*BodyDomainCreateDNSOnly) SetDomainGroup

func (o *BodyDomainCreateDNSOnly) SetDomainGroup(v string)

SetDomainGroup gets a reference to the given string and assigns it to the DomainGroup field.

func (*BodyDomainCreateDNSOnly) SetNameservers

func (o *BodyDomainCreateDNSOnly) SetNameservers(v []string)

SetNameservers gets a reference to the given []string and assigns it to the Nameservers field.

func (*BodyDomainCreateDNSOnly) SetPortfolio

func (o *BodyDomainCreateDNSOnly) SetPortfolio(v string)

SetPortfolio gets a reference to the given string and assigns it to the Portfolio field. Deprecated

func (*BodyDomainCreateDNSOnly) SetPrimaryNs

func (o *BodyDomainCreateDNSOnly) SetPrimaryNs(v string)

SetPrimaryNs gets a reference to the given string and assigns it to the PrimaryNs field.

func (*BodyDomainCreateDNSOnly) SetService

func (o *BodyDomainCreateDNSOnly) SetService(v string)

SetService sets field value

func (*BodyDomainCreateDNSOnly) SetTerm

func (o *BodyDomainCreateDNSOnly) SetTerm(v int32)

SetTerm sets field value

func (BodyDomainCreateDNSOnly) ToMap

func (o BodyDomainCreateDNSOnly) ToMap() (map[string]interface{}, error)

func (*BodyDomainCreateDNSOnly) UnmarshalJSON

func (o *BodyDomainCreateDNSOnly) UnmarshalJSON(data []byte) (err error)

type BodyDomainCreateDefault

type BodyDomainCreateDefault struct {
	Service string `json:"service"`
	// The term (in years) to create the domain for. If domain is being registered this is also the term it will be registered for
	Term int32 `json:"term"`
	// The currency to use when processing billing for the new domain
	Currency string `json:"currency"`
	// Should this domain be added for DNS service only (excluding registration)? Requests that do not set this value will attempt registration of the provided domain name
	DnsOnly     *int32   `json:"dns_only,omitempty"`
	Nameservers []string `json:"nameservers,omitempty"`
	// The name of the portfolio to automatically assign this domain to when domain is created. The portfolio provided MUST already exist and originate from the same user as the user who will control the domain. *This parameter has been deprecated by the domain_group parameter.*
	// Deprecated
	Portfolio *string `json:"portfolio,omitempty"`
	// The name of the domain group to automatically assign this domain to when domain is created. The domain group provided MUST already exist and originate from the same user as the user who will control the domain
	DomainGroup *string `json:"domain_group,omitempty"`
	// The primary nameserver(s) to use when adding a new secondary domain to the system. Providing this value will cause the domain to be set to secondary automatically and the zone transfer process to start. Multiple masters should be separated by a semi-colon and no spaces (i.e. '1.2.3.4;5.6.7.8').
	PrimaryNs *string                              `json:"primary_ns,omitempty"`
	Contacts  *ContactDataSet                      `json:"contacts,omitempty"`
	Extra     NullableBodyDomainCreateDefaultExtra `json:"extra,omitempty"`
}

BodyDomainCreateDefault struct for BodyDomainCreateDefault

func NewBodyDomainCreateDefault

func NewBodyDomainCreateDefault(service string, term int32, currency string) *BodyDomainCreateDefault

NewBodyDomainCreateDefault instantiates a new BodyDomainCreateDefault 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 NewBodyDomainCreateDefaultWithDefaults

func NewBodyDomainCreateDefaultWithDefaults() *BodyDomainCreateDefault

NewBodyDomainCreateDefaultWithDefaults instantiates a new BodyDomainCreateDefault 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 (*BodyDomainCreateDefault) GetContacts

func (o *BodyDomainCreateDefault) GetContacts() ContactDataSet

GetContacts returns the Contacts field value if set, zero value otherwise.

func (*BodyDomainCreateDefault) GetContactsOk

func (o *BodyDomainCreateDefault) GetContactsOk() (*ContactDataSet, bool)

GetContactsOk returns a tuple with the Contacts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetCurrency

func (o *BodyDomainCreateDefault) GetCurrency() string

GetCurrency returns the Currency field value

func (*BodyDomainCreateDefault) GetCurrencyOk

func (o *BodyDomainCreateDefault) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetDnsOnly

func (o *BodyDomainCreateDefault) GetDnsOnly() int32

GetDnsOnly returns the DnsOnly field value if set, zero value otherwise.

func (*BodyDomainCreateDefault) GetDnsOnlyOk

func (o *BodyDomainCreateDefault) GetDnsOnlyOk() (*int32, bool)

GetDnsOnlyOk returns a tuple with the DnsOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetDomainGroup

func (o *BodyDomainCreateDefault) GetDomainGroup() string

GetDomainGroup returns the DomainGroup field value if set, zero value otherwise.

func (*BodyDomainCreateDefault) GetDomainGroupOk

func (o *BodyDomainCreateDefault) GetDomainGroupOk() (*string, bool)

GetDomainGroupOk returns a tuple with the DomainGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetExtra

GetExtra returns the Extra field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BodyDomainCreateDefault) GetExtraOk

GetExtraOk returns a tuple with the Extra field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BodyDomainCreateDefault) GetNameservers

func (o *BodyDomainCreateDefault) GetNameservers() []string

GetNameservers returns the Nameservers field value if set, zero value otherwise.

func (*BodyDomainCreateDefault) GetNameserversOk

func (o *BodyDomainCreateDefault) GetNameserversOk() ([]string, bool)

GetNameserversOk returns a tuple with the Nameservers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetPortfolio

func (o *BodyDomainCreateDefault) GetPortfolio() string

GetPortfolio returns the Portfolio field value if set, zero value otherwise. Deprecated

func (*BodyDomainCreateDefault) GetPortfolioOk

func (o *BodyDomainCreateDefault) GetPortfolioOk() (*string, bool)

GetPortfolioOk returns a tuple with the Portfolio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*BodyDomainCreateDefault) GetPrimaryNs

func (o *BodyDomainCreateDefault) GetPrimaryNs() string

GetPrimaryNs returns the PrimaryNs field value if set, zero value otherwise.

func (*BodyDomainCreateDefault) GetPrimaryNsOk

func (o *BodyDomainCreateDefault) GetPrimaryNsOk() (*string, bool)

GetPrimaryNsOk returns a tuple with the PrimaryNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetService

func (o *BodyDomainCreateDefault) GetService() string

GetService returns the Service field value

func (*BodyDomainCreateDefault) GetServiceOk

func (o *BodyDomainCreateDefault) GetServiceOk() (*string, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) GetTerm

func (o *BodyDomainCreateDefault) GetTerm() int32

GetTerm returns the Term field value

func (*BodyDomainCreateDefault) GetTermOk

func (o *BodyDomainCreateDefault) GetTermOk() (*int32, bool)

GetTermOk returns a tuple with the Term field value and a boolean to check if the value has been set.

func (*BodyDomainCreateDefault) HasContacts

func (o *BodyDomainCreateDefault) HasContacts() bool

HasContacts returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasDnsOnly

func (o *BodyDomainCreateDefault) HasDnsOnly() bool

HasDnsOnly returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasDomainGroup

func (o *BodyDomainCreateDefault) HasDomainGroup() bool

HasDomainGroup returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasExtra

func (o *BodyDomainCreateDefault) HasExtra() bool

HasExtra returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasNameservers

func (o *BodyDomainCreateDefault) HasNameservers() bool

HasNameservers returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasPortfolio

func (o *BodyDomainCreateDefault) HasPortfolio() bool

HasPortfolio returns a boolean if a field has been set.

func (*BodyDomainCreateDefault) HasPrimaryNs

func (o *BodyDomainCreateDefault) HasPrimaryNs() bool

HasPrimaryNs returns a boolean if a field has been set.

func (BodyDomainCreateDefault) MarshalJSON

func (o BodyDomainCreateDefault) MarshalJSON() ([]byte, error)

func (*BodyDomainCreateDefault) SetContacts

func (o *BodyDomainCreateDefault) SetContacts(v ContactDataSet)

SetContacts gets a reference to the given ContactDataSet and assigns it to the Contacts field.

func (*BodyDomainCreateDefault) SetCurrency

func (o *BodyDomainCreateDefault) SetCurrency(v string)

SetCurrency sets field value

func (*BodyDomainCreateDefault) SetDnsOnly

func (o *BodyDomainCreateDefault) SetDnsOnly(v int32)

SetDnsOnly gets a reference to the given int32 and assigns it to the DnsOnly field.

func (*BodyDomainCreateDefault) SetDomainGroup

func (o *BodyDomainCreateDefault) SetDomainGroup(v string)

SetDomainGroup gets a reference to the given string and assigns it to the DomainGroup field.

func (*BodyDomainCreateDefault) SetExtra

SetExtra gets a reference to the given NullableBodyDomainCreateDefaultExtra and assigns it to the Extra field.

func (*BodyDomainCreateDefault) SetExtraNil

func (o *BodyDomainCreateDefault) SetExtraNil()

SetExtraNil sets the value for Extra to be an explicit nil

func (*BodyDomainCreateDefault) SetNameservers

func (o *BodyDomainCreateDefault) SetNameservers(v []string)

SetNameservers gets a reference to the given []string and assigns it to the Nameservers field.

func (*BodyDomainCreateDefault) SetPortfolio

func (o *BodyDomainCreateDefault) SetPortfolio(v string)

SetPortfolio gets a reference to the given string and assigns it to the Portfolio field. Deprecated

func (*BodyDomainCreateDefault) SetPrimaryNs

func (o *BodyDomainCreateDefault) SetPrimaryNs(v string)

SetPrimaryNs gets a reference to the given string and assigns it to the PrimaryNs field.

func (*BodyDomainCreateDefault) SetService

func (o *BodyDomainCreateDefault) SetService(v string)

SetService sets field value

func (*BodyDomainCreateDefault) SetTerm

func (o *BodyDomainCreateDefault) SetTerm(v int32)

SetTerm sets field value

func (BodyDomainCreateDefault) ToMap

func (o BodyDomainCreateDefault) ToMap() (map[string]interface{}, error)

func (*BodyDomainCreateDefault) UnmarshalJSON

func (o *BodyDomainCreateDefault) UnmarshalJSON(data []byte) (err error)

func (*BodyDomainCreateDefault) UnsetExtra

func (o *BodyDomainCreateDefault) UnsetExtra()

UnsetExtra ensures that no value is present for Extra, not even an explicit nil

type BodyDomainCreateDefaultExtra

type BodyDomainCreateDefaultExtra struct {
	RegDataExtraBR    *RegDataExtraBR
	RegDataExtraCAT   *RegDataExtraCAT
	RegDataExtraFR    *RegDataExtraFR
	RegDataExtraIT    *RegDataExtraIT
	RegDataExtraLAW   *RegDataExtraLAW
	RegDataExtraNU    *RegDataExtraNU
	RegDataExtraPARIS *RegDataExtraPARIS
	RegDataExtraSE    *RegDataExtraSE
	RegDataExtraSG    *RegDataExtraSG
	RegDataExtraSX    *RegDataExtraSX
	RegDataExtraUS    *RegDataExtraUS
}

BodyDomainCreateDefaultExtra struct for BodyDomainCreateDefaultExtra

func (*BodyDomainCreateDefaultExtra) MarshalJSON

func (src *BodyDomainCreateDefaultExtra) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*BodyDomainCreateDefaultExtra) UnmarshalJSON

func (dst *BodyDomainCreateDefaultExtra) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContactDataAdmin

type ContactDataAdmin struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
	// Contact organization
	OrgName  *string `json:"org_name,omitempty"`
	Address1 string  `json:"address1"`
	Address2 *string `json:"address2,omitempty"`
	City     string  `json:"city"`
	// Province or state of contact
	State string `json:"state"`
	// 2 letter ISO country code
	Country string `json:"country"`
	// Postal code or zip code of contact
	PostalCode string `json:"postal_code"`
	Phone      string `json:"phone"`
	Email      string `json:"email"`
}

ContactDataAdmin struct for ContactDataAdmin

func NewContactDataAdmin

func NewContactDataAdmin(firstName string, lastName string, address1 string, city string, state string, country string, postalCode string, phone string, email string) *ContactDataAdmin

NewContactDataAdmin instantiates a new ContactDataAdmin 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 NewContactDataAdminWithDefaults

func NewContactDataAdminWithDefaults() *ContactDataAdmin

NewContactDataAdminWithDefaults instantiates a new ContactDataAdmin 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 (*ContactDataAdmin) GetAddress1

func (o *ContactDataAdmin) GetAddress1() string

GetAddress1 returns the Address1 field value

func (*ContactDataAdmin) GetAddress1Ok

func (o *ContactDataAdmin) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetAddress2

func (o *ContactDataAdmin) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*ContactDataAdmin) GetAddress2Ok

func (o *ContactDataAdmin) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetCity

func (o *ContactDataAdmin) GetCity() string

GetCity returns the City field value

func (*ContactDataAdmin) GetCityOk

func (o *ContactDataAdmin) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetCountry

func (o *ContactDataAdmin) GetCountry() string

GetCountry returns the Country field value

func (*ContactDataAdmin) GetCountryOk

func (o *ContactDataAdmin) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetEmail

func (o *ContactDataAdmin) GetEmail() string

GetEmail returns the Email field value

func (*ContactDataAdmin) GetEmailOk

func (o *ContactDataAdmin) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetFirstName

func (o *ContactDataAdmin) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ContactDataAdmin) GetFirstNameOk

func (o *ContactDataAdmin) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetLastName

func (o *ContactDataAdmin) GetLastName() string

GetLastName returns the LastName field value

func (*ContactDataAdmin) GetLastNameOk

func (o *ContactDataAdmin) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetOrgName

func (o *ContactDataAdmin) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ContactDataAdmin) GetOrgNameOk

func (o *ContactDataAdmin) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetPhone

func (o *ContactDataAdmin) GetPhone() string

GetPhone returns the Phone field value

func (*ContactDataAdmin) GetPhoneOk

func (o *ContactDataAdmin) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetPostalCode

func (o *ContactDataAdmin) GetPostalCode() string

GetPostalCode returns the PostalCode field value

func (*ContactDataAdmin) GetPostalCodeOk

func (o *ContactDataAdmin) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) GetState

func (o *ContactDataAdmin) GetState() string

GetState returns the State field value

func (*ContactDataAdmin) GetStateOk

func (o *ContactDataAdmin) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContactDataAdmin) HasAddress2

func (o *ContactDataAdmin) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*ContactDataAdmin) HasOrgName

func (o *ContactDataAdmin) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (ContactDataAdmin) MarshalJSON

func (o ContactDataAdmin) MarshalJSON() ([]byte, error)

func (*ContactDataAdmin) SetAddress1

func (o *ContactDataAdmin) SetAddress1(v string)

SetAddress1 sets field value

func (*ContactDataAdmin) SetAddress2

func (o *ContactDataAdmin) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*ContactDataAdmin) SetCity

func (o *ContactDataAdmin) SetCity(v string)

SetCity sets field value

func (*ContactDataAdmin) SetCountry

func (o *ContactDataAdmin) SetCountry(v string)

SetCountry sets field value

func (*ContactDataAdmin) SetEmail

func (o *ContactDataAdmin) SetEmail(v string)

SetEmail sets field value

func (*ContactDataAdmin) SetFirstName

func (o *ContactDataAdmin) SetFirstName(v string)

SetFirstName sets field value

func (*ContactDataAdmin) SetLastName

func (o *ContactDataAdmin) SetLastName(v string)

SetLastName sets field value

func (*ContactDataAdmin) SetOrgName

func (o *ContactDataAdmin) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*ContactDataAdmin) SetPhone

func (o *ContactDataAdmin) SetPhone(v string)

SetPhone sets field value

func (*ContactDataAdmin) SetPostalCode

func (o *ContactDataAdmin) SetPostalCode(v string)

SetPostalCode sets field value

func (*ContactDataAdmin) SetState

func (o *ContactDataAdmin) SetState(v string)

SetState sets field value

func (ContactDataAdmin) ToMap

func (o ContactDataAdmin) ToMap() (map[string]interface{}, error)

func (*ContactDataAdmin) UnmarshalJSON

func (o *ContactDataAdmin) UnmarshalJSON(data []byte) (err error)

type ContactDataBilling

type ContactDataBilling struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
	// Contact organization
	OrgName  *string `json:"org_name,omitempty"`
	Address1 string  `json:"address1"`
	Address2 *string `json:"address2,omitempty"`
	City     string  `json:"city"`
	// Province or state of contact
	State string `json:"state"`
	// 2 letter ISO country code
	Country string `json:"country"`
	// Postal code or zip code of contact
	PostalCode string `json:"postal_code"`
	Phone      string `json:"phone"`
	Email      string `json:"email"`
}

ContactDataBilling struct for ContactDataBilling

func NewContactDataBilling

func NewContactDataBilling(firstName string, lastName string, address1 string, city string, state string, country string, postalCode string, phone string, email string) *ContactDataBilling

NewContactDataBilling instantiates a new ContactDataBilling 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 NewContactDataBillingWithDefaults

func NewContactDataBillingWithDefaults() *ContactDataBilling

NewContactDataBillingWithDefaults instantiates a new ContactDataBilling 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 (*ContactDataBilling) GetAddress1

func (o *ContactDataBilling) GetAddress1() string

GetAddress1 returns the Address1 field value

func (*ContactDataBilling) GetAddress1Ok

func (o *ContactDataBilling) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetAddress2

func (o *ContactDataBilling) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*ContactDataBilling) GetAddress2Ok

func (o *ContactDataBilling) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataBilling) GetCity

func (o *ContactDataBilling) GetCity() string

GetCity returns the City field value

func (*ContactDataBilling) GetCityOk

func (o *ContactDataBilling) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetCountry

func (o *ContactDataBilling) GetCountry() string

GetCountry returns the Country field value

func (*ContactDataBilling) GetCountryOk

func (o *ContactDataBilling) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetEmail

func (o *ContactDataBilling) GetEmail() string

GetEmail returns the Email field value

func (*ContactDataBilling) GetEmailOk

func (o *ContactDataBilling) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetFirstName

func (o *ContactDataBilling) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ContactDataBilling) GetFirstNameOk

func (o *ContactDataBilling) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetLastName

func (o *ContactDataBilling) GetLastName() string

GetLastName returns the LastName field value

func (*ContactDataBilling) GetLastNameOk

func (o *ContactDataBilling) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetOrgName

func (o *ContactDataBilling) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ContactDataBilling) GetOrgNameOk

func (o *ContactDataBilling) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataBilling) GetPhone

func (o *ContactDataBilling) GetPhone() string

GetPhone returns the Phone field value

func (*ContactDataBilling) GetPhoneOk

func (o *ContactDataBilling) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetPostalCode

func (o *ContactDataBilling) GetPostalCode() string

GetPostalCode returns the PostalCode field value

func (*ContactDataBilling) GetPostalCodeOk

func (o *ContactDataBilling) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value and a boolean to check if the value has been set.

func (*ContactDataBilling) GetState

func (o *ContactDataBilling) GetState() string

GetState returns the State field value

func (*ContactDataBilling) GetStateOk

func (o *ContactDataBilling) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContactDataBilling) HasAddress2

func (o *ContactDataBilling) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*ContactDataBilling) HasOrgName

func (o *ContactDataBilling) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (ContactDataBilling) MarshalJSON

func (o ContactDataBilling) MarshalJSON() ([]byte, error)

func (*ContactDataBilling) SetAddress1

func (o *ContactDataBilling) SetAddress1(v string)

SetAddress1 sets field value

func (*ContactDataBilling) SetAddress2

func (o *ContactDataBilling) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*ContactDataBilling) SetCity

func (o *ContactDataBilling) SetCity(v string)

SetCity sets field value

func (*ContactDataBilling) SetCountry

func (o *ContactDataBilling) SetCountry(v string)

SetCountry sets field value

func (*ContactDataBilling) SetEmail

func (o *ContactDataBilling) SetEmail(v string)

SetEmail sets field value

func (*ContactDataBilling) SetFirstName

func (o *ContactDataBilling) SetFirstName(v string)

SetFirstName sets field value

func (*ContactDataBilling) SetLastName

func (o *ContactDataBilling) SetLastName(v string)

SetLastName sets field value

func (*ContactDataBilling) SetOrgName

func (o *ContactDataBilling) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*ContactDataBilling) SetPhone

func (o *ContactDataBilling) SetPhone(v string)

SetPhone sets field value

func (*ContactDataBilling) SetPostalCode

func (o *ContactDataBilling) SetPostalCode(v string)

SetPostalCode sets field value

func (*ContactDataBilling) SetState

func (o *ContactDataBilling) SetState(v string)

SetState sets field value

func (ContactDataBilling) ToMap

func (o ContactDataBilling) ToMap() (map[string]interface{}, error)

func (*ContactDataBilling) UnmarshalJSON

func (o *ContactDataBilling) UnmarshalJSON(data []byte) (err error)

type ContactDataOwner

type ContactDataOwner struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
	// Contact organization
	OrgName  *string `json:"org_name,omitempty"`
	Address1 string  `json:"address1"`
	Address2 *string `json:"address2,omitempty"`
	City     string  `json:"city"`
	// Province or state of contact
	State string `json:"state"`
	// 2 letter ISO country code
	Country string `json:"country"`
	// Postal code or zip code of contact
	PostalCode string `json:"postal_code"`
	Phone      string `json:"phone"`
	Email      string `json:"email"`
	// REQUIRED for .CA domain names
	Language *string `json:"language,omitempty"`
	// (.CA ONLY) The Canadian Presence Requirement type that this contact meets
	Cpr *string `json:"cpr,omitempty"`
}

ContactDataOwner struct for ContactDataOwner

func NewContactDataOwner

func NewContactDataOwner(firstName string, lastName string, address1 string, city string, state string, country string, postalCode string, phone string, email string) *ContactDataOwner

NewContactDataOwner instantiates a new ContactDataOwner 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 NewContactDataOwnerWithDefaults

func NewContactDataOwnerWithDefaults() *ContactDataOwner

NewContactDataOwnerWithDefaults instantiates a new ContactDataOwner 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 (*ContactDataOwner) GetAddress1

func (o *ContactDataOwner) GetAddress1() string

GetAddress1 returns the Address1 field value

func (*ContactDataOwner) GetAddress1Ok

func (o *ContactDataOwner) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetAddress2

func (o *ContactDataOwner) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*ContactDataOwner) GetAddress2Ok

func (o *ContactDataOwner) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataOwner) GetCity

func (o *ContactDataOwner) GetCity() string

GetCity returns the City field value

func (*ContactDataOwner) GetCityOk

func (o *ContactDataOwner) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetCountry

func (o *ContactDataOwner) GetCountry() string

GetCountry returns the Country field value

func (*ContactDataOwner) GetCountryOk

func (o *ContactDataOwner) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetCpr

func (o *ContactDataOwner) GetCpr() string

GetCpr returns the Cpr field value if set, zero value otherwise.

func (*ContactDataOwner) GetCprOk

func (o *ContactDataOwner) GetCprOk() (*string, bool)

GetCprOk returns a tuple with the Cpr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataOwner) GetEmail

func (o *ContactDataOwner) GetEmail() string

GetEmail returns the Email field value

func (*ContactDataOwner) GetEmailOk

func (o *ContactDataOwner) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetFirstName

func (o *ContactDataOwner) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ContactDataOwner) GetFirstNameOk

func (o *ContactDataOwner) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetLanguage

func (o *ContactDataOwner) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*ContactDataOwner) GetLanguageOk

func (o *ContactDataOwner) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataOwner) GetLastName

func (o *ContactDataOwner) GetLastName() string

GetLastName returns the LastName field value

func (*ContactDataOwner) GetLastNameOk

func (o *ContactDataOwner) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetOrgName

func (o *ContactDataOwner) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ContactDataOwner) GetOrgNameOk

func (o *ContactDataOwner) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataOwner) GetPhone

func (o *ContactDataOwner) GetPhone() string

GetPhone returns the Phone field value

func (*ContactDataOwner) GetPhoneOk

func (o *ContactDataOwner) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetPostalCode

func (o *ContactDataOwner) GetPostalCode() string

GetPostalCode returns the PostalCode field value

func (*ContactDataOwner) GetPostalCodeOk

func (o *ContactDataOwner) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value and a boolean to check if the value has been set.

func (*ContactDataOwner) GetState

func (o *ContactDataOwner) GetState() string

GetState returns the State field value

func (*ContactDataOwner) GetStateOk

func (o *ContactDataOwner) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContactDataOwner) HasAddress2

func (o *ContactDataOwner) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*ContactDataOwner) HasCpr

func (o *ContactDataOwner) HasCpr() bool

HasCpr returns a boolean if a field has been set.

func (*ContactDataOwner) HasLanguage

func (o *ContactDataOwner) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*ContactDataOwner) HasOrgName

func (o *ContactDataOwner) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (ContactDataOwner) MarshalJSON

func (o ContactDataOwner) MarshalJSON() ([]byte, error)

func (*ContactDataOwner) SetAddress1

func (o *ContactDataOwner) SetAddress1(v string)

SetAddress1 sets field value

func (*ContactDataOwner) SetAddress2

func (o *ContactDataOwner) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*ContactDataOwner) SetCity

func (o *ContactDataOwner) SetCity(v string)

SetCity sets field value

func (*ContactDataOwner) SetCountry

func (o *ContactDataOwner) SetCountry(v string)

SetCountry sets field value

func (*ContactDataOwner) SetCpr

func (o *ContactDataOwner) SetCpr(v string)

SetCpr gets a reference to the given string and assigns it to the Cpr field.

func (*ContactDataOwner) SetEmail

func (o *ContactDataOwner) SetEmail(v string)

SetEmail sets field value

func (*ContactDataOwner) SetFirstName

func (o *ContactDataOwner) SetFirstName(v string)

SetFirstName sets field value

func (*ContactDataOwner) SetLanguage

func (o *ContactDataOwner) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*ContactDataOwner) SetLastName

func (o *ContactDataOwner) SetLastName(v string)

SetLastName sets field value

func (*ContactDataOwner) SetOrgName

func (o *ContactDataOwner) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*ContactDataOwner) SetPhone

func (o *ContactDataOwner) SetPhone(v string)

SetPhone sets field value

func (*ContactDataOwner) SetPostalCode

func (o *ContactDataOwner) SetPostalCode(v string)

SetPostalCode sets field value

func (*ContactDataOwner) SetState

func (o *ContactDataOwner) SetState(v string)

SetState sets field value

func (ContactDataOwner) ToMap

func (o ContactDataOwner) ToMap() (map[string]interface{}, error)

func (*ContactDataOwner) UnmarshalJSON

func (o *ContactDataOwner) UnmarshalJSON(data []byte) (err error)

type ContactDataSet

type ContactDataSet struct {
	Owner   ContactDataOwner    `json:"owner"`
	Admin   *ContactDataAdmin   `json:"admin,omitempty"`
	Tech    *ContactDataTech    `json:"tech,omitempty"`
	Billing *ContactDataBilling `json:"billing,omitempty"`
}

ContactDataSet struct for ContactDataSet

func NewContactDataSet

func NewContactDataSet(owner ContactDataOwner) *ContactDataSet

NewContactDataSet instantiates a new ContactDataSet 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 NewContactDataSetWithDefaults

func NewContactDataSetWithDefaults() *ContactDataSet

NewContactDataSetWithDefaults instantiates a new ContactDataSet 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 (*ContactDataSet) GetAdmin

func (o *ContactDataSet) GetAdmin() ContactDataAdmin

GetAdmin returns the Admin field value if set, zero value otherwise.

func (*ContactDataSet) GetAdminOk

func (o *ContactDataSet) GetAdminOk() (*ContactDataAdmin, bool)

GetAdminOk returns a tuple with the Admin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataSet) GetBilling

func (o *ContactDataSet) GetBilling() ContactDataBilling

GetBilling returns the Billing field value if set, zero value otherwise.

func (*ContactDataSet) GetBillingOk

func (o *ContactDataSet) GetBillingOk() (*ContactDataBilling, bool)

GetBillingOk returns a tuple with the Billing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataSet) GetOwner

func (o *ContactDataSet) GetOwner() ContactDataOwner

GetOwner returns the Owner field value

func (*ContactDataSet) GetOwnerOk

func (o *ContactDataSet) GetOwnerOk() (*ContactDataOwner, bool)

GetOwnerOk returns a tuple with the Owner field value and a boolean to check if the value has been set.

func (*ContactDataSet) GetTech

func (o *ContactDataSet) GetTech() ContactDataTech

GetTech returns the Tech field value if set, zero value otherwise.

func (*ContactDataSet) GetTechOk

func (o *ContactDataSet) GetTechOk() (*ContactDataTech, bool)

GetTechOk returns a tuple with the Tech field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataSet) HasAdmin

func (o *ContactDataSet) HasAdmin() bool

HasAdmin returns a boolean if a field has been set.

func (*ContactDataSet) HasBilling

func (o *ContactDataSet) HasBilling() bool

HasBilling returns a boolean if a field has been set.

func (*ContactDataSet) HasTech

func (o *ContactDataSet) HasTech() bool

HasTech returns a boolean if a field has been set.

func (ContactDataSet) MarshalJSON

func (o ContactDataSet) MarshalJSON() ([]byte, error)

func (*ContactDataSet) SetAdmin

func (o *ContactDataSet) SetAdmin(v ContactDataAdmin)

SetAdmin gets a reference to the given ContactDataAdmin and assigns it to the Admin field.

func (*ContactDataSet) SetBilling

func (o *ContactDataSet) SetBilling(v ContactDataBilling)

SetBilling gets a reference to the given ContactDataBilling and assigns it to the Billing field.

func (*ContactDataSet) SetOwner

func (o *ContactDataSet) SetOwner(v ContactDataOwner)

SetOwner sets field value

func (*ContactDataSet) SetTech

func (o *ContactDataSet) SetTech(v ContactDataTech)

SetTech gets a reference to the given ContactDataTech and assigns it to the Tech field.

func (ContactDataSet) ToMap

func (o ContactDataSet) ToMap() (map[string]interface{}, error)

func (*ContactDataSet) UnmarshalJSON

func (o *ContactDataSet) UnmarshalJSON(data []byte) (err error)

type ContactDataTech

type ContactDataTech struct {
	FirstName string `json:"first_name"`
	LastName  string `json:"last_name"`
	// Contact organization
	OrgName  *string `json:"org_name,omitempty"`
	Address1 string  `json:"address1"`
	Address2 *string `json:"address2,omitempty"`
	City     string  `json:"city"`
	// Province or state of contact
	State string `json:"state"`
	// 2 letter ISO country code
	Country string `json:"country"`
	// Postal code or zip code of contact
	PostalCode string `json:"postal_code"`
	Phone      string `json:"phone"`
	Email      string `json:"email"`
}

ContactDataTech struct for ContactDataTech

func NewContactDataTech

func NewContactDataTech(firstName string, lastName string, address1 string, city string, state string, country string, postalCode string, phone string, email string) *ContactDataTech

NewContactDataTech instantiates a new ContactDataTech 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 NewContactDataTechWithDefaults

func NewContactDataTechWithDefaults() *ContactDataTech

NewContactDataTechWithDefaults instantiates a new ContactDataTech 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 (*ContactDataTech) GetAddress1

func (o *ContactDataTech) GetAddress1() string

GetAddress1 returns the Address1 field value

func (*ContactDataTech) GetAddress1Ok

func (o *ContactDataTech) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetAddress2

func (o *ContactDataTech) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*ContactDataTech) GetAddress2Ok

func (o *ContactDataTech) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataTech) GetCity

func (o *ContactDataTech) GetCity() string

GetCity returns the City field value

func (*ContactDataTech) GetCityOk

func (o *ContactDataTech) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetCountry

func (o *ContactDataTech) GetCountry() string

GetCountry returns the Country field value

func (*ContactDataTech) GetCountryOk

func (o *ContactDataTech) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetEmail

func (o *ContactDataTech) GetEmail() string

GetEmail returns the Email field value

func (*ContactDataTech) GetEmailOk

func (o *ContactDataTech) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetFirstName

func (o *ContactDataTech) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ContactDataTech) GetFirstNameOk

func (o *ContactDataTech) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetLastName

func (o *ContactDataTech) GetLastName() string

GetLastName returns the LastName field value

func (*ContactDataTech) GetLastNameOk

func (o *ContactDataTech) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetOrgName

func (o *ContactDataTech) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ContactDataTech) GetOrgNameOk

func (o *ContactDataTech) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContactDataTech) GetPhone

func (o *ContactDataTech) GetPhone() string

GetPhone returns the Phone field value

func (*ContactDataTech) GetPhoneOk

func (o *ContactDataTech) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetPostalCode

func (o *ContactDataTech) GetPostalCode() string

GetPostalCode returns the PostalCode field value

func (*ContactDataTech) GetPostalCodeOk

func (o *ContactDataTech) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value and a boolean to check if the value has been set.

func (*ContactDataTech) GetState

func (o *ContactDataTech) GetState() string

GetState returns the State field value

func (*ContactDataTech) GetStateOk

func (o *ContactDataTech) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContactDataTech) HasAddress2

func (o *ContactDataTech) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*ContactDataTech) HasOrgName

func (o *ContactDataTech) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (ContactDataTech) MarshalJSON

func (o ContactDataTech) MarshalJSON() ([]byte, error)

func (*ContactDataTech) SetAddress1

func (o *ContactDataTech) SetAddress1(v string)

SetAddress1 sets field value

func (*ContactDataTech) SetAddress2

func (o *ContactDataTech) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*ContactDataTech) SetCity

func (o *ContactDataTech) SetCity(v string)

SetCity sets field value

func (*ContactDataTech) SetCountry

func (o *ContactDataTech) SetCountry(v string)

SetCountry sets field value

func (*ContactDataTech) SetEmail

func (o *ContactDataTech) SetEmail(v string)

SetEmail sets field value

func (*ContactDataTech) SetFirstName

func (o *ContactDataTech) SetFirstName(v string)

SetFirstName sets field value

func (*ContactDataTech) SetLastName

func (o *ContactDataTech) SetLastName(v string)

SetLastName sets field value

func (*ContactDataTech) SetOrgName

func (o *ContactDataTech) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*ContactDataTech) SetPhone

func (o *ContactDataTech) SetPhone(v string)

SetPhone sets field value

func (*ContactDataTech) SetPostalCode

func (o *ContactDataTech) SetPostalCode(v string)

SetPostalCode sets field value

func (*ContactDataTech) SetState

func (o *ContactDataTech) SetState(v string)

SetState sets field value

func (ContactDataTech) ToMap

func (o ContactDataTech) ToMap() (map[string]interface{}, error)

func (*ContactDataTech) UnmarshalJSON

func (o *ContactDataTech) UnmarshalJSON(data []byte) (err error)

type CreateDomainRequest

type CreateDomainRequest struct {
	BodyDomainCreateDNSOnly *BodyDomainCreateDNSOnly
	BodyDomainCreateDefault *BodyDomainCreateDefault
}

CreateDomainRequest - struct for CreateDomainRequest

func BodyDomainCreateDNSOnlyAsCreateDomainRequest

func BodyDomainCreateDNSOnlyAsCreateDomainRequest(v *BodyDomainCreateDNSOnly) CreateDomainRequest

BodyDomainCreateDNSOnlyAsCreateDomainRequest is a convenience function that returns BodyDomainCreateDNSOnly wrapped in CreateDomainRequest

func BodyDomainCreateDefaultAsCreateDomainRequest

func BodyDomainCreateDefaultAsCreateDomainRequest(v *BodyDomainCreateDefault) CreateDomainRequest

BodyDomainCreateDefaultAsCreateDomainRequest is a convenience function that returns BodyDomainCreateDefault wrapped in CreateDomainRequest

func (*CreateDomainRequest) GetActualInstance

func (obj *CreateDomainRequest) GetActualInstance() interface{}

Get the actual instance

func (CreateDomainRequest) MarshalJSON

func (src CreateDomainRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CreateDomainRequest) UnmarshalJSON

func (dst *CreateDomainRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ErrorModel

type ErrorModel struct {
	// Resulting error message for a failed request
	Msg string `json:"msg"`
	// The HTTP return code indicating the resulting status of the request
	Status int32 `json:"status"`
}

ErrorModel struct for ErrorModel

func NewErrorModel

func NewErrorModel(msg string, status int32) *ErrorModel

NewErrorModel instantiates a new ErrorModel 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 NewErrorModelWithDefaults

func NewErrorModelWithDefaults() *ErrorModel

NewErrorModelWithDefaults instantiates a new ErrorModel 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 (*ErrorModel) GetMsg

func (o *ErrorModel) GetMsg() string

GetMsg returns the Msg field value

func (*ErrorModel) GetMsgOk

func (o *ErrorModel) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ErrorModel) GetStatus

func (o *ErrorModel) GetStatus() int32

GetStatus returns the Status field value

func (*ErrorModel) GetStatusOk

func (o *ErrorModel) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (ErrorModel) MarshalJSON

func (o ErrorModel) MarshalJSON() ([]byte, error)

func (*ErrorModel) SetMsg

func (o *ErrorModel) SetMsg(v string)

SetMsg sets field value

func (*ErrorModel) SetStatus

func (o *ErrorModel) SetStatus(v int32)

SetStatus sets field value

func (ErrorModel) ToMap

func (o ErrorModel) ToMap() (map[string]interface{}, error)

func (*ErrorModel) UnmarshalJSON

func (o *ErrorModel) UnmarshalJSON(data []byte) (err error)

type ErrorModel420

type ErrorModel420 struct {
	Error ErrorModel420Error `json:"error"`
}

ErrorModel420 struct for ErrorModel420

func NewErrorModel420

func NewErrorModel420(error_ ErrorModel420Error) *ErrorModel420

NewErrorModel420 instantiates a new ErrorModel420 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 NewErrorModel420WithDefaults

func NewErrorModel420WithDefaults() *ErrorModel420

NewErrorModel420WithDefaults instantiates a new ErrorModel420 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 (*ErrorModel420) GetError

func (o *ErrorModel420) GetError() ErrorModel420Error

GetError returns the Error field value

func (*ErrorModel420) GetErrorOk

func (o *ErrorModel420) GetErrorOk() (*ErrorModel420Error, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (ErrorModel420) MarshalJSON

func (o ErrorModel420) MarshalJSON() ([]byte, error)

func (*ErrorModel420) SetError

func (o *ErrorModel420) SetError(v ErrorModel420Error)

SetError sets field value

func (ErrorModel420) ToMap

func (o ErrorModel420) ToMap() (map[string]interface{}, error)

func (*ErrorModel420) UnmarshalJSON

func (o *ErrorModel420) UnmarshalJSON(data []byte) (err error)

type ErrorModel420Error

type ErrorModel420Error struct {
	// HTTP status code indicating error type returned
	Code int32 `json:"code"`
	// Resulting error message for a failed request indicating invalid/missing credentials sent with request or too many requests sent in too short a period of time
	Message string `json:"message"`
}

ErrorModel420Error struct for ErrorModel420Error

func NewErrorModel420Error

func NewErrorModel420Error(code int32, message string) *ErrorModel420Error

NewErrorModel420Error instantiates a new ErrorModel420Error 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 NewErrorModel420ErrorWithDefaults

func NewErrorModel420ErrorWithDefaults() *ErrorModel420Error

NewErrorModel420ErrorWithDefaults instantiates a new ErrorModel420Error 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 (*ErrorModel420Error) GetCode

func (o *ErrorModel420Error) GetCode() int32

GetCode returns the Code field value

func (*ErrorModel420Error) GetCodeOk

func (o *ErrorModel420Error) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ErrorModel420Error) GetMessage

func (o *ErrorModel420Error) GetMessage() string

GetMessage returns the Message field value

func (*ErrorModel420Error) GetMessageOk

func (o *ErrorModel420Error) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (ErrorModel420Error) MarshalJSON

func (o ErrorModel420Error) MarshalJSON() ([]byte, error)

func (*ErrorModel420Error) SetCode

func (o *ErrorModel420Error) SetCode(v int32)

SetCode sets field value

func (*ErrorModel420Error) SetMessage

func (o *ErrorModel420Error) SetMessage(v string)

SetMessage sets field value

func (ErrorModel420Error) ToMap

func (o ErrorModel420Error) ToMap() (map[string]interface{}, error)

func (*ErrorModel420Error) UnmarshalJSON

func (o *ErrorModel420Error) UnmarshalJSON(data []byte) (err error)

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NullableBodyDomainCreateDNSOnly

type NullableBodyDomainCreateDNSOnly struct {
	// contains filtered or unexported fields
}

func (NullableBodyDomainCreateDNSOnly) Get

func (NullableBodyDomainCreateDNSOnly) IsSet

func (NullableBodyDomainCreateDNSOnly) MarshalJSON

func (v NullableBodyDomainCreateDNSOnly) MarshalJSON() ([]byte, error)

func (*NullableBodyDomainCreateDNSOnly) Set

func (*NullableBodyDomainCreateDNSOnly) UnmarshalJSON

func (v *NullableBodyDomainCreateDNSOnly) UnmarshalJSON(src []byte) error

func (*NullableBodyDomainCreateDNSOnly) Unset

type NullableBodyDomainCreateDefault

type NullableBodyDomainCreateDefault struct {
	// contains filtered or unexported fields
}

func (NullableBodyDomainCreateDefault) Get

func (NullableBodyDomainCreateDefault) IsSet

func (NullableBodyDomainCreateDefault) MarshalJSON

func (v NullableBodyDomainCreateDefault) MarshalJSON() ([]byte, error)

func (*NullableBodyDomainCreateDefault) Set

func (*NullableBodyDomainCreateDefault) UnmarshalJSON

func (v *NullableBodyDomainCreateDefault) UnmarshalJSON(src []byte) error

func (*NullableBodyDomainCreateDefault) Unset

type NullableBodyDomainCreateDefaultExtra

type NullableBodyDomainCreateDefaultExtra struct {
	// contains filtered or unexported fields
}

func (NullableBodyDomainCreateDefaultExtra) Get

func (NullableBodyDomainCreateDefaultExtra) IsSet

func (NullableBodyDomainCreateDefaultExtra) MarshalJSON

func (v NullableBodyDomainCreateDefaultExtra) MarshalJSON() ([]byte, error)

func (*NullableBodyDomainCreateDefaultExtra) Set

func (*NullableBodyDomainCreateDefaultExtra) UnmarshalJSON

func (v *NullableBodyDomainCreateDefaultExtra) UnmarshalJSON(src []byte) error

func (*NullableBodyDomainCreateDefaultExtra) Unset

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableContactDataAdmin

type NullableContactDataAdmin struct {
	// contains filtered or unexported fields
}

func NewNullableContactDataAdmin

func NewNullableContactDataAdmin(val *ContactDataAdmin) *NullableContactDataAdmin

func (NullableContactDataAdmin) Get

func (NullableContactDataAdmin) IsSet

func (v NullableContactDataAdmin) IsSet() bool

func (NullableContactDataAdmin) MarshalJSON

func (v NullableContactDataAdmin) MarshalJSON() ([]byte, error)

func (*NullableContactDataAdmin) Set

func (*NullableContactDataAdmin) UnmarshalJSON

func (v *NullableContactDataAdmin) UnmarshalJSON(src []byte) error

func (*NullableContactDataAdmin) Unset

func (v *NullableContactDataAdmin) Unset()

type NullableContactDataBilling

type NullableContactDataBilling struct {
	// contains filtered or unexported fields
}

func NewNullableContactDataBilling

func NewNullableContactDataBilling(val *ContactDataBilling) *NullableContactDataBilling

func (NullableContactDataBilling) Get

func (NullableContactDataBilling) IsSet

func (v NullableContactDataBilling) IsSet() bool

func (NullableContactDataBilling) MarshalJSON

func (v NullableContactDataBilling) MarshalJSON() ([]byte, error)

func (*NullableContactDataBilling) Set

func (*NullableContactDataBilling) UnmarshalJSON

func (v *NullableContactDataBilling) UnmarshalJSON(src []byte) error

func (*NullableContactDataBilling) Unset

func (v *NullableContactDataBilling) Unset()

type NullableContactDataOwner

type NullableContactDataOwner struct {
	// contains filtered or unexported fields
}

func NewNullableContactDataOwner

func NewNullableContactDataOwner(val *ContactDataOwner) *NullableContactDataOwner

func (NullableContactDataOwner) Get

func (NullableContactDataOwner) IsSet

func (v NullableContactDataOwner) IsSet() bool

func (NullableContactDataOwner) MarshalJSON

func (v NullableContactDataOwner) MarshalJSON() ([]byte, error)

func (*NullableContactDataOwner) Set

func (*NullableContactDataOwner) UnmarshalJSON

func (v *NullableContactDataOwner) UnmarshalJSON(src []byte) error

func (*NullableContactDataOwner) Unset

func (v *NullableContactDataOwner) Unset()

type NullableContactDataSet

type NullableContactDataSet struct {
	// contains filtered or unexported fields
}

func NewNullableContactDataSet

func NewNullableContactDataSet(val *ContactDataSet) *NullableContactDataSet

func (NullableContactDataSet) Get

func (NullableContactDataSet) IsSet

func (v NullableContactDataSet) IsSet() bool

func (NullableContactDataSet) MarshalJSON

func (v NullableContactDataSet) MarshalJSON() ([]byte, error)

func (*NullableContactDataSet) Set

func (*NullableContactDataSet) UnmarshalJSON

func (v *NullableContactDataSet) UnmarshalJSON(src []byte) error

func (*NullableContactDataSet) Unset

func (v *NullableContactDataSet) Unset()

type NullableContactDataTech

type NullableContactDataTech struct {
	// contains filtered or unexported fields
}

func NewNullableContactDataTech

func NewNullableContactDataTech(val *ContactDataTech) *NullableContactDataTech

func (NullableContactDataTech) Get

func (NullableContactDataTech) IsSet

func (v NullableContactDataTech) IsSet() bool

func (NullableContactDataTech) MarshalJSON

func (v NullableContactDataTech) MarshalJSON() ([]byte, error)

func (*NullableContactDataTech) Set

func (*NullableContactDataTech) UnmarshalJSON

func (v *NullableContactDataTech) UnmarshalJSON(src []byte) error

func (*NullableContactDataTech) Unset

func (v *NullableContactDataTech) Unset()

type NullableCreateDomainRequest

type NullableCreateDomainRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateDomainRequest

func NewNullableCreateDomainRequest(val *CreateDomainRequest) *NullableCreateDomainRequest

func (NullableCreateDomainRequest) Get

func (NullableCreateDomainRequest) IsSet

func (NullableCreateDomainRequest) MarshalJSON

func (v NullableCreateDomainRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateDomainRequest) Set

func (*NullableCreateDomainRequest) UnmarshalJSON

func (v *NullableCreateDomainRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateDomainRequest) Unset

func (v *NullableCreateDomainRequest) Unset()

type NullableErrorModel

type NullableErrorModel struct {
	// contains filtered or unexported fields
}

func NewNullableErrorModel

func NewNullableErrorModel(val *ErrorModel) *NullableErrorModel

func (NullableErrorModel) Get

func (v NullableErrorModel) Get() *ErrorModel

func (NullableErrorModel) IsSet

func (v NullableErrorModel) IsSet() bool

func (NullableErrorModel) MarshalJSON

func (v NullableErrorModel) MarshalJSON() ([]byte, error)

func (*NullableErrorModel) Set

func (v *NullableErrorModel) Set(val *ErrorModel)

func (*NullableErrorModel) UnmarshalJSON

func (v *NullableErrorModel) UnmarshalJSON(src []byte) error

func (*NullableErrorModel) Unset

func (v *NullableErrorModel) Unset()

type NullableErrorModel420

type NullableErrorModel420 struct {
	// contains filtered or unexported fields
}

func NewNullableErrorModel420

func NewNullableErrorModel420(val *ErrorModel420) *NullableErrorModel420

func (NullableErrorModel420) Get

func (NullableErrorModel420) IsSet

func (v NullableErrorModel420) IsSet() bool

func (NullableErrorModel420) MarshalJSON

func (v NullableErrorModel420) MarshalJSON() ([]byte, error)

func (*NullableErrorModel420) Set

func (v *NullableErrorModel420) Set(val *ErrorModel420)

func (*NullableErrorModel420) UnmarshalJSON

func (v *NullableErrorModel420) UnmarshalJSON(src []byte) error

func (*NullableErrorModel420) Unset

func (v *NullableErrorModel420) Unset()

type NullableErrorModel420Error

type NullableErrorModel420Error struct {
	// contains filtered or unexported fields
}

func NewNullableErrorModel420Error

func NewNullableErrorModel420Error(val *ErrorModel420Error) *NullableErrorModel420Error

func (NullableErrorModel420Error) Get

func (NullableErrorModel420Error) IsSet

func (v NullableErrorModel420Error) IsSet() bool

func (NullableErrorModel420Error) MarshalJSON

func (v NullableErrorModel420Error) MarshalJSON() ([]byte, error)

func (*NullableErrorModel420Error) Set

func (*NullableErrorModel420Error) UnmarshalJSON

func (v *NullableErrorModel420Error) UnmarshalJSON(src []byte) error

func (*NullableErrorModel420Error) Unset

func (v *NullableErrorModel420Error) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableRegDataExtraBR

type NullableRegDataExtraBR struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraBR

func NewNullableRegDataExtraBR(val *RegDataExtraBR) *NullableRegDataExtraBR

func (NullableRegDataExtraBR) Get

func (NullableRegDataExtraBR) IsSet

func (v NullableRegDataExtraBR) IsSet() bool

func (NullableRegDataExtraBR) MarshalJSON

func (v NullableRegDataExtraBR) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraBR) Set

func (*NullableRegDataExtraBR) UnmarshalJSON

func (v *NullableRegDataExtraBR) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraBR) Unset

func (v *NullableRegDataExtraBR) Unset()

type NullableRegDataExtraCAT

type NullableRegDataExtraCAT struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraCAT

func NewNullableRegDataExtraCAT(val *RegDataExtraCAT) *NullableRegDataExtraCAT

func (NullableRegDataExtraCAT) Get

func (NullableRegDataExtraCAT) IsSet

func (v NullableRegDataExtraCAT) IsSet() bool

func (NullableRegDataExtraCAT) MarshalJSON

func (v NullableRegDataExtraCAT) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraCAT) Set

func (*NullableRegDataExtraCAT) UnmarshalJSON

func (v *NullableRegDataExtraCAT) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraCAT) Unset

func (v *NullableRegDataExtraCAT) Unset()

type NullableRegDataExtraFR

type NullableRegDataExtraFR struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraFR

func NewNullableRegDataExtraFR(val *RegDataExtraFR) *NullableRegDataExtraFR

func (NullableRegDataExtraFR) Get

func (NullableRegDataExtraFR) IsSet

func (v NullableRegDataExtraFR) IsSet() bool

func (NullableRegDataExtraFR) MarshalJSON

func (v NullableRegDataExtraFR) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraFR) Set

func (*NullableRegDataExtraFR) UnmarshalJSON

func (v *NullableRegDataExtraFR) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraFR) Unset

func (v *NullableRegDataExtraFR) Unset()

type NullableRegDataExtraIT

type NullableRegDataExtraIT struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraIT

func NewNullableRegDataExtraIT(val *RegDataExtraIT) *NullableRegDataExtraIT

func (NullableRegDataExtraIT) Get

func (NullableRegDataExtraIT) IsSet

func (v NullableRegDataExtraIT) IsSet() bool

func (NullableRegDataExtraIT) MarshalJSON

func (v NullableRegDataExtraIT) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraIT) Set

func (*NullableRegDataExtraIT) UnmarshalJSON

func (v *NullableRegDataExtraIT) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraIT) Unset

func (v *NullableRegDataExtraIT) Unset()

type NullableRegDataExtraLAW

type NullableRegDataExtraLAW struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraLAW

func NewNullableRegDataExtraLAW(val *RegDataExtraLAW) *NullableRegDataExtraLAW

func (NullableRegDataExtraLAW) Get

func (NullableRegDataExtraLAW) IsSet

func (v NullableRegDataExtraLAW) IsSet() bool

func (NullableRegDataExtraLAW) MarshalJSON

func (v NullableRegDataExtraLAW) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraLAW) Set

func (*NullableRegDataExtraLAW) UnmarshalJSON

func (v *NullableRegDataExtraLAW) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraLAW) Unset

func (v *NullableRegDataExtraLAW) Unset()

type NullableRegDataExtraNU

type NullableRegDataExtraNU struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraNU

func NewNullableRegDataExtraNU(val *RegDataExtraNU) *NullableRegDataExtraNU

func (NullableRegDataExtraNU) Get

func (NullableRegDataExtraNU) IsSet

func (v NullableRegDataExtraNU) IsSet() bool

func (NullableRegDataExtraNU) MarshalJSON

func (v NullableRegDataExtraNU) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraNU) Set

func (*NullableRegDataExtraNU) UnmarshalJSON

func (v *NullableRegDataExtraNU) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraNU) Unset

func (v *NullableRegDataExtraNU) Unset()

type NullableRegDataExtraPARIS

type NullableRegDataExtraPARIS struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraPARIS

func NewNullableRegDataExtraPARIS(val *RegDataExtraPARIS) *NullableRegDataExtraPARIS

func (NullableRegDataExtraPARIS) Get

func (NullableRegDataExtraPARIS) IsSet

func (v NullableRegDataExtraPARIS) IsSet() bool

func (NullableRegDataExtraPARIS) MarshalJSON

func (v NullableRegDataExtraPARIS) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraPARIS) Set

func (*NullableRegDataExtraPARIS) UnmarshalJSON

func (v *NullableRegDataExtraPARIS) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraPARIS) Unset

func (v *NullableRegDataExtraPARIS) Unset()

type NullableRegDataExtraSE

type NullableRegDataExtraSE struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraSE

func NewNullableRegDataExtraSE(val *RegDataExtraSE) *NullableRegDataExtraSE

func (NullableRegDataExtraSE) Get

func (NullableRegDataExtraSE) IsSet

func (v NullableRegDataExtraSE) IsSet() bool

func (NullableRegDataExtraSE) MarshalJSON

func (v NullableRegDataExtraSE) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraSE) Set

func (*NullableRegDataExtraSE) UnmarshalJSON

func (v *NullableRegDataExtraSE) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraSE) Unset

func (v *NullableRegDataExtraSE) Unset()

type NullableRegDataExtraSG

type NullableRegDataExtraSG struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraSG

func NewNullableRegDataExtraSG(val *RegDataExtraSG) *NullableRegDataExtraSG

func (NullableRegDataExtraSG) Get

func (NullableRegDataExtraSG) IsSet

func (v NullableRegDataExtraSG) IsSet() bool

func (NullableRegDataExtraSG) MarshalJSON

func (v NullableRegDataExtraSG) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraSG) Set

func (*NullableRegDataExtraSG) UnmarshalJSON

func (v *NullableRegDataExtraSG) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraSG) Unset

func (v *NullableRegDataExtraSG) Unset()

type NullableRegDataExtraSX

type NullableRegDataExtraSX struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraSX

func NewNullableRegDataExtraSX(val *RegDataExtraSX) *NullableRegDataExtraSX

func (NullableRegDataExtraSX) Get

func (NullableRegDataExtraSX) IsSet

func (v NullableRegDataExtraSX) IsSet() bool

func (NullableRegDataExtraSX) MarshalJSON

func (v NullableRegDataExtraSX) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraSX) Set

func (*NullableRegDataExtraSX) UnmarshalJSON

func (v *NullableRegDataExtraSX) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraSX) Unset

func (v *NullableRegDataExtraSX) Unset()

type NullableRegDataExtraUS

type NullableRegDataExtraUS struct {
	// contains filtered or unexported fields
}

func NewNullableRegDataExtraUS

func NewNullableRegDataExtraUS(val *RegDataExtraUS) *NullableRegDataExtraUS

func (NullableRegDataExtraUS) Get

func (NullableRegDataExtraUS) IsSet

func (v NullableRegDataExtraUS) IsSet() bool

func (NullableRegDataExtraUS) MarshalJSON

func (v NullableRegDataExtraUS) MarshalJSON() ([]byte, error)

func (*NullableRegDataExtraUS) Set

func (*NullableRegDataExtraUS) UnmarshalJSON

func (v *NullableRegDataExtraUS) UnmarshalJSON(src []byte) error

func (*NullableRegDataExtraUS) Unset

func (v *NullableRegDataExtraUS) Unset()

type NullableRequestModelCreateDomainGlue

type NullableRequestModelCreateDomainGlue struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelCreateDomainGlue) Get

func (NullableRequestModelCreateDomainGlue) IsSet

func (NullableRequestModelCreateDomainGlue) MarshalJSON

func (v NullableRequestModelCreateDomainGlue) MarshalJSON() ([]byte, error)

func (*NullableRequestModelCreateDomainGlue) Set

func (*NullableRequestModelCreateDomainGlue) UnmarshalJSON

func (v *NullableRequestModelCreateDomainGlue) UnmarshalJSON(src []byte) error

func (*NullableRequestModelCreateDomainGlue) Unset

type NullableRequestModelCreateUserData

type NullableRequestModelCreateUserData struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelCreateUserData) Get

func (NullableRequestModelCreateUserData) IsSet

func (NullableRequestModelCreateUserData) MarshalJSON

func (v NullableRequestModelCreateUserData) MarshalJSON() ([]byte, error)

func (*NullableRequestModelCreateUserData) Set

func (*NullableRequestModelCreateUserData) UnmarshalJSON

func (v *NullableRequestModelCreateUserData) UnmarshalJSON(src []byte) error

func (*NullableRequestModelCreateUserData) Unset

type NullableRequestModelDomainNameservers

type NullableRequestModelDomainNameservers struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelDomainNameservers) Get

func (NullableRequestModelDomainNameservers) IsSet

func (NullableRequestModelDomainNameservers) MarshalJSON

func (v NullableRequestModelDomainNameservers) MarshalJSON() ([]byte, error)

func (*NullableRequestModelDomainNameservers) Set

func (*NullableRequestModelDomainNameservers) UnmarshalJSON

func (v *NullableRequestModelDomainNameservers) UnmarshalJSON(src []byte) error

func (*NullableRequestModelDomainNameservers) Unset

type NullableRequestModelMailmapCreate

type NullableRequestModelMailmapCreate struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelMailmapCreate) Get

func (NullableRequestModelMailmapCreate) IsSet

func (NullableRequestModelMailmapCreate) MarshalJSON

func (v NullableRequestModelMailmapCreate) MarshalJSON() ([]byte, error)

func (*NullableRequestModelMailmapCreate) Set

func (*NullableRequestModelMailmapCreate) UnmarshalJSON

func (v *NullableRequestModelMailmapCreate) UnmarshalJSON(src []byte) error

func (*NullableRequestModelMailmapCreate) Unset

type NullableRequestModelSetRegStatus

type NullableRequestModelSetRegStatus struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelSetRegStatus) Get

func (NullableRequestModelSetRegStatus) IsSet

func (NullableRequestModelSetRegStatus) MarshalJSON

func (v NullableRequestModelSetRegStatus) MarshalJSON() ([]byte, error)

func (*NullableRequestModelSetRegStatus) Set

func (*NullableRequestModelSetRegStatus) UnmarshalJSON

func (v *NullableRequestModelSetRegStatus) UnmarshalJSON(src []byte) error

func (*NullableRequestModelSetRegStatus) Unset

type NullableRequestModelUpdateUserData

type NullableRequestModelUpdateUserData struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelUpdateUserData) Get

func (NullableRequestModelUpdateUserData) IsSet

func (NullableRequestModelUpdateUserData) MarshalJSON

func (v NullableRequestModelUpdateUserData) MarshalJSON() ([]byte, error)

func (*NullableRequestModelUpdateUserData) Set

func (*NullableRequestModelUpdateUserData) UnmarshalJSON

func (v *NullableRequestModelUpdateUserData) UnmarshalJSON(src []byte) error

func (*NullableRequestModelUpdateUserData) Unset

type NullableRequestModelUpdateUserDataData

type NullableRequestModelUpdateUserDataData struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelUpdateUserDataData) Get

func (NullableRequestModelUpdateUserDataData) IsSet

func (NullableRequestModelUpdateUserDataData) MarshalJSON

func (v NullableRequestModelUpdateUserDataData) MarshalJSON() ([]byte, error)

func (*NullableRequestModelUpdateUserDataData) Set

func (*NullableRequestModelUpdateUserDataData) UnmarshalJSON

func (v *NullableRequestModelUpdateUserDataData) UnmarshalJSON(src []byte) error

func (*NullableRequestModelUpdateUserDataData) Unset

type NullableRequestModelUpdateUserDataDataEsm

type NullableRequestModelUpdateUserDataDataEsm struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelUpdateUserDataDataEsm) Get

func (NullableRequestModelUpdateUserDataDataEsm) IsSet

func (NullableRequestModelUpdateUserDataDataEsm) MarshalJSON

func (*NullableRequestModelUpdateUserDataDataEsm) Set

func (*NullableRequestModelUpdateUserDataDataEsm) UnmarshalJSON

func (v *NullableRequestModelUpdateUserDataDataEsm) UnmarshalJSON(src []byte) error

func (*NullableRequestModelUpdateUserDataDataEsm) Unset

type NullableRequestModelZoneBodyData

type NullableRequestModelZoneBodyData struct {
	// contains filtered or unexported fields
}

func (NullableRequestModelZoneBodyData) Get

func (NullableRequestModelZoneBodyData) IsSet

func (NullableRequestModelZoneBodyData) MarshalJSON

func (v NullableRequestModelZoneBodyData) MarshalJSON() ([]byte, error)

func (*NullableRequestModelZoneBodyData) Set

func (*NullableRequestModelZoneBodyData) UnmarshalJSON

func (v *NullableRequestModelZoneBodyData) UnmarshalJSON(src []byte) error

func (*NullableRequestModelZoneBodyData) Unset

type NullableRequestPrimaryNSBody

type NullableRequestPrimaryNSBody struct {
	// contains filtered or unexported fields
}

func NewNullableRequestPrimaryNSBody

func NewNullableRequestPrimaryNSBody(val *RequestPrimaryNSBody) *NullableRequestPrimaryNSBody

func (NullableRequestPrimaryNSBody) Get

func (NullableRequestPrimaryNSBody) IsSet

func (NullableRequestPrimaryNSBody) MarshalJSON

func (v NullableRequestPrimaryNSBody) MarshalJSON() ([]byte, error)

func (*NullableRequestPrimaryNSBody) Set

func (*NullableRequestPrimaryNSBody) UnmarshalJSON

func (v *NullableRequestPrimaryNSBody) UnmarshalJSON(src []byte) error

func (*NullableRequestPrimaryNSBody) Unset

func (v *NullableRequestPrimaryNSBody) Unset()

type NullableResultModelCheckRegistryGlue

type NullableResultModelCheckRegistryGlue struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCheckRegistryGlue) Get

func (NullableResultModelCheckRegistryGlue) IsSet

func (NullableResultModelCheckRegistryGlue) MarshalJSON

func (v NullableResultModelCheckRegistryGlue) MarshalJSON() ([]byte, error)

func (*NullableResultModelCheckRegistryGlue) Set

func (*NullableResultModelCheckRegistryGlue) UnmarshalJSON

func (v *NullableResultModelCheckRegistryGlue) UnmarshalJSON(src []byte) error

func (*NullableResultModelCheckRegistryGlue) Unset

type NullableResultModelCheckRegistryGlueData

type NullableResultModelCheckRegistryGlueData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCheckRegistryGlueData) Get

func (NullableResultModelCheckRegistryGlueData) IsSet

func (NullableResultModelCheckRegistryGlueData) MarshalJSON

func (*NullableResultModelCheckRegistryGlueData) Set

func (*NullableResultModelCheckRegistryGlueData) UnmarshalJSON

func (v *NullableResultModelCheckRegistryGlueData) UnmarshalJSON(src []byte) error

func (*NullableResultModelCheckRegistryGlueData) Unset

type NullableResultModelCreateDomainGlue

type NullableResultModelCreateDomainGlue struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCreateDomainGlue) Get

func (NullableResultModelCreateDomainGlue) IsSet

func (NullableResultModelCreateDomainGlue) MarshalJSON

func (v NullableResultModelCreateDomainGlue) MarshalJSON() ([]byte, error)

func (*NullableResultModelCreateDomainGlue) Set

func (*NullableResultModelCreateDomainGlue) UnmarshalJSON

func (v *NullableResultModelCreateDomainGlue) UnmarshalJSON(src []byte) error

func (*NullableResultModelCreateDomainGlue) Unset

type NullableResultModelCreateDomainGlueData

type NullableResultModelCreateDomainGlueData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCreateDomainGlueData) Get

func (NullableResultModelCreateDomainGlueData) IsSet

func (NullableResultModelCreateDomainGlueData) MarshalJSON

func (v NullableResultModelCreateDomainGlueData) MarshalJSON() ([]byte, error)

func (*NullableResultModelCreateDomainGlueData) Set

func (*NullableResultModelCreateDomainGlueData) UnmarshalJSON

func (v *NullableResultModelCreateDomainGlueData) UnmarshalJSON(src []byte) error

func (*NullableResultModelCreateDomainGlueData) Unset

type NullableResultModelCreateUser

type NullableResultModelCreateUser struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCreateUser) Get

func (NullableResultModelCreateUser) IsSet

func (NullableResultModelCreateUser) MarshalJSON

func (v NullableResultModelCreateUser) MarshalJSON() ([]byte, error)

func (*NullableResultModelCreateUser) Set

func (*NullableResultModelCreateUser) UnmarshalJSON

func (v *NullableResultModelCreateUser) UnmarshalJSON(src []byte) error

func (*NullableResultModelCreateUser) Unset

func (v *NullableResultModelCreateUser) Unset()

type NullableResultModelCreateUserData

type NullableResultModelCreateUserData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelCreateUserData) Get

func (NullableResultModelCreateUserData) IsSet

func (NullableResultModelCreateUserData) MarshalJSON

func (v NullableResultModelCreateUserData) MarshalJSON() ([]byte, error)

func (*NullableResultModelCreateUserData) Set

func (*NullableResultModelCreateUserData) UnmarshalJSON

func (v *NullableResultModelCreateUserData) UnmarshalJSON(src []byte) error

func (*NullableResultModelCreateUserData) Unset

type NullableResultModelDeleteGlue

type NullableResultModelDeleteGlue struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDeleteGlue) Get

func (NullableResultModelDeleteGlue) IsSet

func (NullableResultModelDeleteGlue) MarshalJSON

func (v NullableResultModelDeleteGlue) MarshalJSON() ([]byte, error)

func (*NullableResultModelDeleteGlue) Set

func (*NullableResultModelDeleteGlue) UnmarshalJSON

func (v *NullableResultModelDeleteGlue) UnmarshalJSON(src []byte) error

func (*NullableResultModelDeleteGlue) Unset

func (v *NullableResultModelDeleteGlue) Unset()

type NullableResultModelDeleteGlueData

type NullableResultModelDeleteGlueData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDeleteGlueData) Get

func (NullableResultModelDeleteGlueData) IsSet

func (NullableResultModelDeleteGlueData) MarshalJSON

func (v NullableResultModelDeleteGlueData) MarshalJSON() ([]byte, error)

func (*NullableResultModelDeleteGlueData) Set

func (*NullableResultModelDeleteGlueData) UnmarshalJSON

func (v *NullableResultModelDeleteGlueData) UnmarshalJSON(src []byte) error

func (*NullableResultModelDeleteGlueData) Unset

type NullableResultModelDomainCreate

type NullableResultModelDomainCreate struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainCreate) Get

func (NullableResultModelDomainCreate) IsSet

func (NullableResultModelDomainCreate) MarshalJSON

func (v NullableResultModelDomainCreate) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainCreate) Set

func (*NullableResultModelDomainCreate) UnmarshalJSON

func (v *NullableResultModelDomainCreate) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainCreate) Unset

type NullableResultModelDomainCreateData

type NullableResultModelDomainCreateData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainCreateData) Get

func (NullableResultModelDomainCreateData) IsSet

func (NullableResultModelDomainCreateData) MarshalJSON

func (v NullableResultModelDomainCreateData) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainCreateData) Set

func (*NullableResultModelDomainCreateData) UnmarshalJSON

func (v *NullableResultModelDomainCreateData) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainCreateData) Unset

type NullableResultModelDomainDelete

type NullableResultModelDomainDelete struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainDelete) Get

func (NullableResultModelDomainDelete) IsSet

func (NullableResultModelDomainDelete) MarshalJSON

func (v NullableResultModelDomainDelete) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainDelete) Set

func (*NullableResultModelDomainDelete) UnmarshalJSON

func (v *NullableResultModelDomainDelete) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainDelete) Unset

type NullableResultModelDomainDeleteData

type NullableResultModelDomainDeleteData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainDeleteData) Get

func (NullableResultModelDomainDeleteData) IsSet

func (NullableResultModelDomainDeleteData) MarshalJSON

func (v NullableResultModelDomainDeleteData) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainDeleteData) Set

func (*NullableResultModelDomainDeleteData) UnmarshalJSON

func (v *NullableResultModelDomainDeleteData) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainDeleteData) Unset

type NullableResultModelDomainInfo

type NullableResultModelDomainInfo struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainInfo) Get

func (NullableResultModelDomainInfo) IsSet

func (NullableResultModelDomainInfo) MarshalJSON

func (v NullableResultModelDomainInfo) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainInfo) Set

func (*NullableResultModelDomainInfo) UnmarshalJSON

func (v *NullableResultModelDomainInfo) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainInfo) Unset

func (v *NullableResultModelDomainInfo) Unset()

type NullableResultModelDomainInfoData

type NullableResultModelDomainInfoData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainInfoData) Get

func (NullableResultModelDomainInfoData) IsSet

func (NullableResultModelDomainInfoData) MarshalJSON

func (v NullableResultModelDomainInfoData) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainInfoData) Set

func (*NullableResultModelDomainInfoData) UnmarshalJSON

func (v *NullableResultModelDomainInfoData) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainInfoData) Unset

type NullableResultModelDomainNameservers

type NullableResultModelDomainNameservers struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainNameservers) Get

func (NullableResultModelDomainNameservers) IsSet

func (NullableResultModelDomainNameservers) MarshalJSON

func (v NullableResultModelDomainNameservers) MarshalJSON() ([]byte, error)

func (*NullableResultModelDomainNameservers) Set

func (*NullableResultModelDomainNameservers) UnmarshalJSON

func (v *NullableResultModelDomainNameservers) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainNameservers) Unset

type NullableResultModelDomainNameserversData

type NullableResultModelDomainNameserversData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelDomainNameserversData) Get

func (NullableResultModelDomainNameserversData) IsSet

func (NullableResultModelDomainNameserversData) MarshalJSON

func (*NullableResultModelDomainNameserversData) Set

func (*NullableResultModelDomainNameserversData) UnmarshalJSON

func (v *NullableResultModelDomainNameserversData) UnmarshalJSON(src []byte) error

func (*NullableResultModelDomainNameserversData) Unset

type NullableResultModelGeoList

type NullableResultModelGeoList struct {
	// contains filtered or unexported fields
}

func NewNullableResultModelGeoList

func NewNullableResultModelGeoList(val *ResultModelGeoList) *NullableResultModelGeoList

func (NullableResultModelGeoList) Get

func (NullableResultModelGeoList) IsSet

func (v NullableResultModelGeoList) IsSet() bool

func (NullableResultModelGeoList) MarshalJSON

func (v NullableResultModelGeoList) MarshalJSON() ([]byte, error)

func (*NullableResultModelGeoList) Set

func (*NullableResultModelGeoList) UnmarshalJSON

func (v *NullableResultModelGeoList) UnmarshalJSON(src []byte) error

func (*NullableResultModelGeoList) Unset

func (v *NullableResultModelGeoList) Unset()

type NullableResultModelGeoListData

type NullableResultModelGeoListData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGeoListData) Get

func (NullableResultModelGeoListData) IsSet

func (NullableResultModelGeoListData) MarshalJSON

func (v NullableResultModelGeoListData) MarshalJSON() ([]byte, error)

func (*NullableResultModelGeoListData) Set

func (*NullableResultModelGeoListData) UnmarshalJSON

func (v *NullableResultModelGeoListData) UnmarshalJSON(src []byte) error

func (*NullableResultModelGeoListData) Unset

func (v *NullableResultModelGeoListData) Unset()

type NullableResultModelGetDomainGlue

type NullableResultModelGetDomainGlue struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGetDomainGlue) Get

func (NullableResultModelGetDomainGlue) IsSet

func (NullableResultModelGetDomainGlue) MarshalJSON

func (v NullableResultModelGetDomainGlue) MarshalJSON() ([]byte, error)

func (*NullableResultModelGetDomainGlue) Set

func (*NullableResultModelGetDomainGlue) UnmarshalJSON

func (v *NullableResultModelGetDomainGlue) UnmarshalJSON(src []byte) error

func (*NullableResultModelGetDomainGlue) Unset

type NullableResultModelGetDomainGlueData

type NullableResultModelGetDomainGlueData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGetDomainGlueData) Get

func (NullableResultModelGetDomainGlueData) IsSet

func (NullableResultModelGetDomainGlueData) MarshalJSON

func (v NullableResultModelGetDomainGlueData) MarshalJSON() ([]byte, error)

func (*NullableResultModelGetDomainGlueData) Set

func (*NullableResultModelGetDomainGlueData) UnmarshalJSON

func (v *NullableResultModelGetDomainGlueData) UnmarshalJSON(src []byte) error

func (*NullableResultModelGetDomainGlueData) Unset

type NullableResultModelGetDomainGlueItem

type NullableResultModelGetDomainGlueItem struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGetDomainGlueItem) Get

func (NullableResultModelGetDomainGlueItem) IsSet

func (NullableResultModelGetDomainGlueItem) MarshalJSON

func (v NullableResultModelGetDomainGlueItem) MarshalJSON() ([]byte, error)

func (*NullableResultModelGetDomainGlueItem) Set

func (*NullableResultModelGetDomainGlueItem) UnmarshalJSON

func (v *NullableResultModelGetDomainGlueItem) UnmarshalJSON(src []byte) error

func (*NullableResultModelGetDomainGlueItem) Unset

type NullableResultModelGetUserInfo

type NullableResultModelGetUserInfo struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGetUserInfo) Get

func (NullableResultModelGetUserInfo) IsSet

func (NullableResultModelGetUserInfo) MarshalJSON

func (v NullableResultModelGetUserInfo) MarshalJSON() ([]byte, error)

func (*NullableResultModelGetUserInfo) Set

func (*NullableResultModelGetUserInfo) UnmarshalJSON

func (v *NullableResultModelGetUserInfo) UnmarshalJSON(src []byte) error

func (*NullableResultModelGetUserInfo) Unset

func (v *NullableResultModelGetUserInfo) Unset()

type NullableResultModelGetUserInfoData

type NullableResultModelGetUserInfoData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelGetUserInfoData) Get

func (NullableResultModelGetUserInfoData) IsSet

func (NullableResultModelGetUserInfoData) MarshalJSON

func (v NullableResultModelGetUserInfoData) MarshalJSON() ([]byte, error)

func (*NullableResultModelGetUserInfoData) Set

func (*NullableResultModelGetUserInfoData) UnmarshalJSON

func (v *NullableResultModelGetUserInfoData) UnmarshalJSON(src []byte) error

func (*NullableResultModelGetUserInfoData) Unset

type NullableResultModelMailmapCreate

type NullableResultModelMailmapCreate struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapCreate) Get

func (NullableResultModelMailmapCreate) IsSet

func (NullableResultModelMailmapCreate) MarshalJSON

func (v NullableResultModelMailmapCreate) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapCreate) Set

func (*NullableResultModelMailmapCreate) UnmarshalJSON

func (v *NullableResultModelMailmapCreate) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapCreate) Unset

type NullableResultModelMailmapCreateData

type NullableResultModelMailmapCreateData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapCreateData) Get

func (NullableResultModelMailmapCreateData) IsSet

func (NullableResultModelMailmapCreateData) MarshalJSON

func (v NullableResultModelMailmapCreateData) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapCreateData) Set

func (*NullableResultModelMailmapCreateData) UnmarshalJSON

func (v *NullableResultModelMailmapCreateData) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapCreateData) Unset

type NullableResultModelMailmapDelete

type NullableResultModelMailmapDelete struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapDelete) Get

func (NullableResultModelMailmapDelete) IsSet

func (NullableResultModelMailmapDelete) MarshalJSON

func (v NullableResultModelMailmapDelete) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapDelete) Set

func (*NullableResultModelMailmapDelete) UnmarshalJSON

func (v *NullableResultModelMailmapDelete) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapDelete) Unset

type NullableResultModelMailmapDeleteData

type NullableResultModelMailmapDeleteData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapDeleteData) Get

func (NullableResultModelMailmapDeleteData) IsSet

func (NullableResultModelMailmapDeleteData) MarshalJSON

func (v NullableResultModelMailmapDeleteData) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapDeleteData) Set

func (*NullableResultModelMailmapDeleteData) UnmarshalJSON

func (v *NullableResultModelMailmapDeleteData) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapDeleteData) Unset

type NullableResultModelMailmapList

type NullableResultModelMailmapList struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapList) Get

func (NullableResultModelMailmapList) IsSet

func (NullableResultModelMailmapList) MarshalJSON

func (v NullableResultModelMailmapList) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapList) Set

func (*NullableResultModelMailmapList) UnmarshalJSON

func (v *NullableResultModelMailmapList) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapList) Unset

func (v *NullableResultModelMailmapList) Unset()

type NullableResultModelMailmapListData

type NullableResultModelMailmapListData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapListData) Get

func (NullableResultModelMailmapListData) IsSet

func (NullableResultModelMailmapListData) MarshalJSON

func (v NullableResultModelMailmapListData) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapListData) Set

func (*NullableResultModelMailmapListData) UnmarshalJSON

func (v *NullableResultModelMailmapListData) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapListData) Unset

type NullableResultModelMailmapListItem

type NullableResultModelMailmapListItem struct {
	// contains filtered or unexported fields
}

func (NullableResultModelMailmapListItem) Get

func (NullableResultModelMailmapListItem) IsSet

func (NullableResultModelMailmapListItem) MarshalJSON

func (v NullableResultModelMailmapListItem) MarshalJSON() ([]byte, error)

func (*NullableResultModelMailmapListItem) Set

func (*NullableResultModelMailmapListItem) UnmarshalJSON

func (v *NullableResultModelMailmapListItem) UnmarshalJSON(src []byte) error

func (*NullableResultModelMailmapListItem) Unset

type NullableResultModelParsedZoneList

type NullableResultModelParsedZoneList struct {
	// contains filtered or unexported fields
}

func (NullableResultModelParsedZoneList) Get

func (NullableResultModelParsedZoneList) IsSet

func (NullableResultModelParsedZoneList) MarshalJSON

func (v NullableResultModelParsedZoneList) MarshalJSON() ([]byte, error)

func (*NullableResultModelParsedZoneList) Set

func (*NullableResultModelParsedZoneList) UnmarshalJSON

func (v *NullableResultModelParsedZoneList) UnmarshalJSON(src []byte) error

func (*NullableResultModelParsedZoneList) Unset

type NullableResultModelParsedZoneRecord

type NullableResultModelParsedZoneRecord struct {
	// contains filtered or unexported fields
}

func (NullableResultModelParsedZoneRecord) Get

func (NullableResultModelParsedZoneRecord) IsSet

func (NullableResultModelParsedZoneRecord) MarshalJSON

func (v NullableResultModelParsedZoneRecord) MarshalJSON() ([]byte, error)

func (*NullableResultModelParsedZoneRecord) Set

func (*NullableResultModelParsedZoneRecord) UnmarshalJSON

func (v *NullableResultModelParsedZoneRecord) UnmarshalJSON(src []byte) error

func (*NullableResultModelParsedZoneRecord) Unset

type NullableResultModelRegStatus

type NullableResultModelRegStatus struct {
	// contains filtered or unexported fields
}

func NewNullableResultModelRegStatus

func NewNullableResultModelRegStatus(val *ResultModelRegStatus) *NullableResultModelRegStatus

func (NullableResultModelRegStatus) Get

func (NullableResultModelRegStatus) IsSet

func (NullableResultModelRegStatus) MarshalJSON

func (v NullableResultModelRegStatus) MarshalJSON() ([]byte, error)

func (*NullableResultModelRegStatus) Set

func (*NullableResultModelRegStatus) UnmarshalJSON

func (v *NullableResultModelRegStatus) UnmarshalJSON(src []byte) error

func (*NullableResultModelRegStatus) Unset

func (v *NullableResultModelRegStatus) Unset()

type NullableResultModelServiceDescription

type NullableResultModelServiceDescription struct {
	// contains filtered or unexported fields
}

func (NullableResultModelServiceDescription) Get

func (NullableResultModelServiceDescription) IsSet

func (NullableResultModelServiceDescription) MarshalJSON

func (v NullableResultModelServiceDescription) MarshalJSON() ([]byte, error)

func (*NullableResultModelServiceDescription) Set

func (*NullableResultModelServiceDescription) UnmarshalJSON

func (v *NullableResultModelServiceDescription) UnmarshalJSON(src []byte) error

func (*NullableResultModelServiceDescription) Unset

type NullableResultModelServiceDescriptionData

type NullableResultModelServiceDescriptionData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelServiceDescriptionData) Get

func (NullableResultModelServiceDescriptionData) IsSet

func (NullableResultModelServiceDescriptionData) MarshalJSON

func (*NullableResultModelServiceDescriptionData) Set

func (*NullableResultModelServiceDescriptionData) UnmarshalJSON

func (v *NullableResultModelServiceDescriptionData) UnmarshalJSON(src []byte) error

func (*NullableResultModelServiceDescriptionData) Unset

type NullableResultModelSetRegStatus

type NullableResultModelSetRegStatus struct {
	// contains filtered or unexported fields
}

func (NullableResultModelSetRegStatus) Get

func (NullableResultModelSetRegStatus) IsSet

func (NullableResultModelSetRegStatus) MarshalJSON

func (v NullableResultModelSetRegStatus) MarshalJSON() ([]byte, error)

func (*NullableResultModelSetRegStatus) Set

func (*NullableResultModelSetRegStatus) UnmarshalJSON

func (v *NullableResultModelSetRegStatus) UnmarshalJSON(src []byte) error

func (*NullableResultModelSetRegStatus) Unset

type NullableResultModelSetRegStatusItem

type NullableResultModelSetRegStatusItem struct {
	// contains filtered or unexported fields
}

func (NullableResultModelSetRegStatusItem) Get

func (NullableResultModelSetRegStatusItem) IsSet

func (NullableResultModelSetRegStatusItem) MarshalJSON

func (v NullableResultModelSetRegStatusItem) MarshalJSON() ([]byte, error)

func (*NullableResultModelSetRegStatusItem) Set

func (*NullableResultModelSetRegStatusItem) UnmarshalJSON

func (v *NullableResultModelSetRegStatusItem) UnmarshalJSON(src []byte) error

func (*NullableResultModelSetRegStatusItem) Unset

type NullableResultModelSubscriptionDescription

type NullableResultModelSubscriptionDescription struct {
	// contains filtered or unexported fields
}

func (NullableResultModelSubscriptionDescription) Get

func (NullableResultModelSubscriptionDescription) IsSet

func (NullableResultModelSubscriptionDescription) MarshalJSON

func (*NullableResultModelSubscriptionDescription) Set

func (*NullableResultModelSubscriptionDescription) UnmarshalJSON

func (v *NullableResultModelSubscriptionDescription) UnmarshalJSON(src []byte) error

func (*NullableResultModelSubscriptionDescription) Unset

type NullableResultModelSubscriptionDescriptionData

type NullableResultModelSubscriptionDescriptionData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelSubscriptionDescriptionData) Get

func (NullableResultModelSubscriptionDescriptionData) IsSet

func (NullableResultModelSubscriptionDescriptionData) MarshalJSON

func (*NullableResultModelSubscriptionDescriptionData) Set

func (*NullableResultModelSubscriptionDescriptionData) UnmarshalJSON

func (*NullableResultModelSubscriptionDescriptionData) Unset

type NullableResultModelUserDomainList

type NullableResultModelUserDomainList struct {
	// contains filtered or unexported fields
}

func (NullableResultModelUserDomainList) Get

func (NullableResultModelUserDomainList) IsSet

func (NullableResultModelUserDomainList) MarshalJSON

func (v NullableResultModelUserDomainList) MarshalJSON() ([]byte, error)

func (*NullableResultModelUserDomainList) Set

func (*NullableResultModelUserDomainList) UnmarshalJSON

func (v *NullableResultModelUserDomainList) UnmarshalJSON(src []byte) error

func (*NullableResultModelUserDomainList) Unset

type NullableResultModelUserDomainListData

type NullableResultModelUserDomainListData struct {
	// contains filtered or unexported fields
}

func (NullableResultModelUserDomainListData) Get

func (NullableResultModelUserDomainListData) IsSet

func (NullableResultModelUserDomainListData) MarshalJSON

func (v NullableResultModelUserDomainListData) MarshalJSON() ([]byte, error)

func (*NullableResultModelUserDomainListData) Set

func (*NullableResultModelUserDomainListData) UnmarshalJSON

func (v *NullableResultModelUserDomainListData) UnmarshalJSON(src []byte) error

func (*NullableResultModelUserDomainListData) Unset

type NullableResultModelUserDomainListDataIndexInner

type NullableResultModelUserDomainListDataIndexInner struct {
	// contains filtered or unexported fields
}

func (NullableResultModelUserDomainListDataIndexInner) Get

func (NullableResultModelUserDomainListDataIndexInner) IsSet

func (NullableResultModelUserDomainListDataIndexInner) MarshalJSON

func (*NullableResultModelUserDomainListDataIndexInner) Set

func (*NullableResultModelUserDomainListDataIndexInner) UnmarshalJSON

func (*NullableResultModelUserDomainListDataIndexInner) Unset

type NullableResultModelZoneList

type NullableResultModelZoneList struct {
	// contains filtered or unexported fields
}

func NewNullableResultModelZoneList

func NewNullableResultModelZoneList(val *ResultModelZoneList) *NullableResultModelZoneList

func (NullableResultModelZoneList) Get

func (NullableResultModelZoneList) IsSet

func (NullableResultModelZoneList) MarshalJSON

func (v NullableResultModelZoneList) MarshalJSON() ([]byte, error)

func (*NullableResultModelZoneList) Set

func (*NullableResultModelZoneList) UnmarshalJSON

func (v *NullableResultModelZoneList) UnmarshalJSON(src []byte) error

func (*NullableResultModelZoneList) Unset

func (v *NullableResultModelZoneList) Unset()

type NullableResultModelZoneRecord

type NullableResultModelZoneRecord struct {
	// contains filtered or unexported fields
}

func (NullableResultModelZoneRecord) Get

func (NullableResultModelZoneRecord) IsSet

func (NullableResultModelZoneRecord) MarshalJSON

func (v NullableResultModelZoneRecord) MarshalJSON() ([]byte, error)

func (*NullableResultModelZoneRecord) Set

func (*NullableResultModelZoneRecord) UnmarshalJSON

func (v *NullableResultModelZoneRecord) UnmarshalJSON(src []byte) error

func (*NullableResultModelZoneRecord) Unset

func (v *NullableResultModelZoneRecord) Unset()

type NullableResultModelZoneRecordBody

type NullableResultModelZoneRecordBody struct {
	// contains filtered or unexported fields
}

func (NullableResultModelZoneRecordBody) Get

func (NullableResultModelZoneRecordBody) IsSet

func (NullableResultModelZoneRecordBody) MarshalJSON

func (v NullableResultModelZoneRecordBody) MarshalJSON() ([]byte, error)

func (*NullableResultModelZoneRecordBody) Set

func (*NullableResultModelZoneRecordBody) UnmarshalJSON

func (v *NullableResultModelZoneRecordBody) UnmarshalJSON(src []byte) error

func (*NullableResultModelZoneRecordBody) Unset

type NullableResultModelZoneSOA

type NullableResultModelZoneSOA struct {
	// contains filtered or unexported fields
}

func NewNullableResultModelZoneSOA

func NewNullableResultModelZoneSOA(val *ResultModelZoneSOA) *NullableResultModelZoneSOA

func (NullableResultModelZoneSOA) Get

func (NullableResultModelZoneSOA) IsSet

func (v NullableResultModelZoneSOA) IsSet() bool

func (NullableResultModelZoneSOA) MarshalJSON

func (v NullableResultModelZoneSOA) MarshalJSON() ([]byte, error)

func (*NullableResultModelZoneSOA) Set

func (*NullableResultModelZoneSOA) UnmarshalJSON

func (v *NullableResultModelZoneSOA) UnmarshalJSON(src []byte) error

func (*NullableResultModelZoneSOA) Unset

func (v *NullableResultModelZoneSOA) Unset()

type NullableResultSetPrimaryNS

type NullableResultSetPrimaryNS struct {
	// contains filtered or unexported fields
}

func NewNullableResultSetPrimaryNS

func NewNullableResultSetPrimaryNS(val *ResultSetPrimaryNS) *NullableResultSetPrimaryNS

func (NullableResultSetPrimaryNS) Get

func (NullableResultSetPrimaryNS) IsSet

func (v NullableResultSetPrimaryNS) IsSet() bool

func (NullableResultSetPrimaryNS) MarshalJSON

func (v NullableResultSetPrimaryNS) MarshalJSON() ([]byte, error)

func (*NullableResultSetPrimaryNS) Set

func (*NullableResultSetPrimaryNS) UnmarshalJSON

func (v *NullableResultSetPrimaryNS) UnmarshalJSON(src []byte) error

func (*NullableResultSetPrimaryNS) Unset

func (v *NullableResultSetPrimaryNS) Unset()

type NullableResultSetPrimaryNSData

type NullableResultSetPrimaryNSData struct {
	// contains filtered or unexported fields
}

func (NullableResultSetPrimaryNSData) Get

func (NullableResultSetPrimaryNSData) IsSet

func (NullableResultSetPrimaryNSData) MarshalJSON

func (v NullableResultSetPrimaryNSData) MarshalJSON() ([]byte, error)

func (*NullableResultSetPrimaryNSData) Set

func (*NullableResultSetPrimaryNSData) UnmarshalJSON

func (v *NullableResultSetPrimaryNSData) UnmarshalJSON(src []byte) error

func (*NullableResultSetPrimaryNSData) Unset

func (v *NullableResultSetPrimaryNSData) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type RegDataExtraBR

type RegDataExtraBR struct {
	BrRegisterNumber string `json:"br_register_number"`
}

RegDataExtraBR Valid CPF/CNPJ Number

func NewRegDataExtraBR

func NewRegDataExtraBR(brRegisterNumber string) *RegDataExtraBR

NewRegDataExtraBR instantiates a new RegDataExtraBR 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 NewRegDataExtraBRWithDefaults

func NewRegDataExtraBRWithDefaults() *RegDataExtraBR

NewRegDataExtraBRWithDefaults instantiates a new RegDataExtraBR 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 (*RegDataExtraBR) GetBrRegisterNumber

func (o *RegDataExtraBR) GetBrRegisterNumber() string

GetBrRegisterNumber returns the BrRegisterNumber field value

func (*RegDataExtraBR) GetBrRegisterNumberOk

func (o *RegDataExtraBR) GetBrRegisterNumberOk() (*string, bool)

GetBrRegisterNumberOk returns a tuple with the BrRegisterNumber field value and a boolean to check if the value has been set.

func (RegDataExtraBR) MarshalJSON

func (o RegDataExtraBR) MarshalJSON() ([]byte, error)

func (*RegDataExtraBR) SetBrRegisterNumber

func (o *RegDataExtraBR) SetBrRegisterNumber(v string)

SetBrRegisterNumber sets field value

func (RegDataExtraBR) ToMap

func (o RegDataExtraBR) ToMap() (map[string]interface{}, error)

func (*RegDataExtraBR) UnmarshalJSON

func (o *RegDataExtraBR) UnmarshalJSON(data []byte) (err error)

type RegDataExtraCAT

type RegDataExtraCAT struct {
	RegistrantType string `json:"registrant_type"`
	IntendedUse    string `json:"intended_use"`
}

RegDataExtraCAT struct for RegDataExtraCAT

func NewRegDataExtraCAT

func NewRegDataExtraCAT(registrantType string, intendedUse string) *RegDataExtraCAT

NewRegDataExtraCAT instantiates a new RegDataExtraCAT 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 NewRegDataExtraCATWithDefaults

func NewRegDataExtraCATWithDefaults() *RegDataExtraCAT

NewRegDataExtraCATWithDefaults instantiates a new RegDataExtraCAT 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 (*RegDataExtraCAT) GetIntendedUse

func (o *RegDataExtraCAT) GetIntendedUse() string

GetIntendedUse returns the IntendedUse field value

func (*RegDataExtraCAT) GetIntendedUseOk

func (o *RegDataExtraCAT) GetIntendedUseOk() (*string, bool)

GetIntendedUseOk returns a tuple with the IntendedUse field value and a boolean to check if the value has been set.

func (*RegDataExtraCAT) GetRegistrantType

func (o *RegDataExtraCAT) GetRegistrantType() string

GetRegistrantType returns the RegistrantType field value

func (*RegDataExtraCAT) GetRegistrantTypeOk

func (o *RegDataExtraCAT) GetRegistrantTypeOk() (*string, bool)

GetRegistrantTypeOk returns a tuple with the RegistrantType field value and a boolean to check if the value has been set.

func (RegDataExtraCAT) MarshalJSON

func (o RegDataExtraCAT) MarshalJSON() ([]byte, error)

func (*RegDataExtraCAT) SetIntendedUse

func (o *RegDataExtraCAT) SetIntendedUse(v string)

SetIntendedUse sets field value

func (*RegDataExtraCAT) SetRegistrantType

func (o *RegDataExtraCAT) SetRegistrantType(v string)

SetRegistrantType sets field value

func (RegDataExtraCAT) ToMap

func (o RegDataExtraCAT) ToMap() (map[string]interface{}, error)

func (*RegDataExtraCAT) UnmarshalJSON

func (o *RegDataExtraCAT) UnmarshalJSON(data []byte) (err error)

type RegDataExtraFR

type RegDataExtraFR struct {
	// Registrant type
	RegistrantType string `json:"registrant_type"`
	// Date of Birth
	DateOfBirth *string `json:"date_of_birth,omitempty"`
	// Country of Birth (2 letter ISO country code)
	CountryOfBirth *string `json:"country_of_birth,omitempty"`
	// Place of Birth
	PlaceOfBirth *string `json:"place_of_birth,omitempty"`
	// Postal Code of Birth
	PostalCodeOfBirth *string `json:"postal_code_of_birth,omitempty"`
	// Value Added Tax (VAT) Number
	RegistrantVatId *string `json:"registrant_vat_id,omitempty"`
	// SIREN or SIRET Code
	SirenSiret *string `json:"siren_siret,omitempty"`
	// Trademark Registration Number
	TrademarkNumber *string `json:"trademark_number,omitempty"`
}

RegDataExtraFR struct for RegDataExtraFR

func NewRegDataExtraFR

func NewRegDataExtraFR(registrantType string) *RegDataExtraFR

NewRegDataExtraFR instantiates a new RegDataExtraFR 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 NewRegDataExtraFRWithDefaults

func NewRegDataExtraFRWithDefaults() *RegDataExtraFR

NewRegDataExtraFRWithDefaults instantiates a new RegDataExtraFR 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 (*RegDataExtraFR) GetCountryOfBirth

func (o *RegDataExtraFR) GetCountryOfBirth() string

GetCountryOfBirth returns the CountryOfBirth field value if set, zero value otherwise.

func (*RegDataExtraFR) GetCountryOfBirthOk

func (o *RegDataExtraFR) GetCountryOfBirthOk() (*string, bool)

GetCountryOfBirthOk returns a tuple with the CountryOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetDateOfBirth

func (o *RegDataExtraFR) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field value if set, zero value otherwise.

func (*RegDataExtraFR) GetDateOfBirthOk

func (o *RegDataExtraFR) GetDateOfBirthOk() (*string, bool)

GetDateOfBirthOk returns a tuple with the DateOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetPlaceOfBirth

func (o *RegDataExtraFR) GetPlaceOfBirth() string

GetPlaceOfBirth returns the PlaceOfBirth field value if set, zero value otherwise.

func (*RegDataExtraFR) GetPlaceOfBirthOk

func (o *RegDataExtraFR) GetPlaceOfBirthOk() (*string, bool)

GetPlaceOfBirthOk returns a tuple with the PlaceOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetPostalCodeOfBirth

func (o *RegDataExtraFR) GetPostalCodeOfBirth() string

GetPostalCodeOfBirth returns the PostalCodeOfBirth field value if set, zero value otherwise.

func (*RegDataExtraFR) GetPostalCodeOfBirthOk

func (o *RegDataExtraFR) GetPostalCodeOfBirthOk() (*string, bool)

GetPostalCodeOfBirthOk returns a tuple with the PostalCodeOfBirth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetRegistrantType

func (o *RegDataExtraFR) GetRegistrantType() string

GetRegistrantType returns the RegistrantType field value

func (*RegDataExtraFR) GetRegistrantTypeOk

func (o *RegDataExtraFR) GetRegistrantTypeOk() (*string, bool)

GetRegistrantTypeOk returns a tuple with the RegistrantType field value and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetRegistrantVatId

func (o *RegDataExtraFR) GetRegistrantVatId() string

GetRegistrantVatId returns the RegistrantVatId field value if set, zero value otherwise.

func (*RegDataExtraFR) GetRegistrantVatIdOk

func (o *RegDataExtraFR) GetRegistrantVatIdOk() (*string, bool)

GetRegistrantVatIdOk returns a tuple with the RegistrantVatId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetSirenSiret

func (o *RegDataExtraFR) GetSirenSiret() string

GetSirenSiret returns the SirenSiret field value if set, zero value otherwise.

func (*RegDataExtraFR) GetSirenSiretOk

func (o *RegDataExtraFR) GetSirenSiretOk() (*string, bool)

GetSirenSiretOk returns a tuple with the SirenSiret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) GetTrademarkNumber

func (o *RegDataExtraFR) GetTrademarkNumber() string

GetTrademarkNumber returns the TrademarkNumber field value if set, zero value otherwise.

func (*RegDataExtraFR) GetTrademarkNumberOk

func (o *RegDataExtraFR) GetTrademarkNumberOk() (*string, bool)

GetTrademarkNumberOk returns a tuple with the TrademarkNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraFR) HasCountryOfBirth

func (o *RegDataExtraFR) HasCountryOfBirth() bool

HasCountryOfBirth returns a boolean if a field has been set.

func (*RegDataExtraFR) HasDateOfBirth

func (o *RegDataExtraFR) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

func (*RegDataExtraFR) HasPlaceOfBirth

func (o *RegDataExtraFR) HasPlaceOfBirth() bool

HasPlaceOfBirth returns a boolean if a field has been set.

func (*RegDataExtraFR) HasPostalCodeOfBirth

func (o *RegDataExtraFR) HasPostalCodeOfBirth() bool

HasPostalCodeOfBirth returns a boolean if a field has been set.

func (*RegDataExtraFR) HasRegistrantVatId

func (o *RegDataExtraFR) HasRegistrantVatId() bool

HasRegistrantVatId returns a boolean if a field has been set.

func (*RegDataExtraFR) HasSirenSiret

func (o *RegDataExtraFR) HasSirenSiret() bool

HasSirenSiret returns a boolean if a field has been set.

func (*RegDataExtraFR) HasTrademarkNumber

func (o *RegDataExtraFR) HasTrademarkNumber() bool

HasTrademarkNumber returns a boolean if a field has been set.

func (RegDataExtraFR) MarshalJSON

func (o RegDataExtraFR) MarshalJSON() ([]byte, error)

func (*RegDataExtraFR) SetCountryOfBirth

func (o *RegDataExtraFR) SetCountryOfBirth(v string)

SetCountryOfBirth gets a reference to the given string and assigns it to the CountryOfBirth field.

func (*RegDataExtraFR) SetDateOfBirth

func (o *RegDataExtraFR) SetDateOfBirth(v string)

SetDateOfBirth gets a reference to the given string and assigns it to the DateOfBirth field.

func (*RegDataExtraFR) SetPlaceOfBirth

func (o *RegDataExtraFR) SetPlaceOfBirth(v string)

SetPlaceOfBirth gets a reference to the given string and assigns it to the PlaceOfBirth field.

func (*RegDataExtraFR) SetPostalCodeOfBirth

func (o *RegDataExtraFR) SetPostalCodeOfBirth(v string)

SetPostalCodeOfBirth gets a reference to the given string and assigns it to the PostalCodeOfBirth field.

func (*RegDataExtraFR) SetRegistrantType

func (o *RegDataExtraFR) SetRegistrantType(v string)

SetRegistrantType sets field value

func (*RegDataExtraFR) SetRegistrantVatId

func (o *RegDataExtraFR) SetRegistrantVatId(v string)

SetRegistrantVatId gets a reference to the given string and assigns it to the RegistrantVatId field.

func (*RegDataExtraFR) SetSirenSiret

func (o *RegDataExtraFR) SetSirenSiret(v string)

SetSirenSiret gets a reference to the given string and assigns it to the SirenSiret field.

func (*RegDataExtraFR) SetTrademarkNumber

func (o *RegDataExtraFR) SetTrademarkNumber(v string)

SetTrademarkNumber gets a reference to the given string and assigns it to the TrademarkNumber field.

func (RegDataExtraFR) ToMap

func (o RegDataExtraFR) ToMap() (map[string]interface{}, error)

func (*RegDataExtraFR) UnmarshalJSON

func (o *RegDataExtraFR) UnmarshalJSON(data []byte) (err error)

type RegDataExtraIT

type RegDataExtraIT struct {
	// Entity type
	EntityType int32 `json:"entity_type"`
	// Nationality code (2 letter ISO country code)
	NationalityCode string `json:"nationality_code"`
	// VAT or Codice Fiscale or n.a.
	RegCode string `json:"reg_code"`
}

RegDataExtraIT struct for RegDataExtraIT

func NewRegDataExtraIT

func NewRegDataExtraIT(entityType int32, nationalityCode string, regCode string) *RegDataExtraIT

NewRegDataExtraIT instantiates a new RegDataExtraIT 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 NewRegDataExtraITWithDefaults

func NewRegDataExtraITWithDefaults() *RegDataExtraIT

NewRegDataExtraITWithDefaults instantiates a new RegDataExtraIT 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 (*RegDataExtraIT) GetEntityType

func (o *RegDataExtraIT) GetEntityType() int32

GetEntityType returns the EntityType field value

func (*RegDataExtraIT) GetEntityTypeOk

func (o *RegDataExtraIT) GetEntityTypeOk() (*int32, bool)

GetEntityTypeOk returns a tuple with the EntityType field value and a boolean to check if the value has been set.

func (*RegDataExtraIT) GetNationalityCode

func (o *RegDataExtraIT) GetNationalityCode() string

GetNationalityCode returns the NationalityCode field value

func (*RegDataExtraIT) GetNationalityCodeOk

func (o *RegDataExtraIT) GetNationalityCodeOk() (*string, bool)

GetNationalityCodeOk returns a tuple with the NationalityCode field value and a boolean to check if the value has been set.

func (*RegDataExtraIT) GetRegCode

func (o *RegDataExtraIT) GetRegCode() string

GetRegCode returns the RegCode field value

func (*RegDataExtraIT) GetRegCodeOk

func (o *RegDataExtraIT) GetRegCodeOk() (*string, bool)

GetRegCodeOk returns a tuple with the RegCode field value and a boolean to check if the value has been set.

func (RegDataExtraIT) MarshalJSON

func (o RegDataExtraIT) MarshalJSON() ([]byte, error)

func (*RegDataExtraIT) SetEntityType

func (o *RegDataExtraIT) SetEntityType(v int32)

SetEntityType sets field value

func (*RegDataExtraIT) SetNationalityCode

func (o *RegDataExtraIT) SetNationalityCode(v string)

SetNationalityCode sets field value

func (*RegDataExtraIT) SetRegCode

func (o *RegDataExtraIT) SetRegCode(v string)

SetRegCode sets field value

func (RegDataExtraIT) ToMap

func (o RegDataExtraIT) ToMap() (map[string]interface{}, error)

func (*RegDataExtraIT) UnmarshalJSON

func (o *RegDataExtraIT) UnmarshalJSON(data []byte) (err error)

type RegDataExtraLAW

type RegDataExtraLAW struct {
	// Qualified Lawyer's Accreditation ID
	QliAccreditationId string `json:"qli_accreditation_id"`
	// Qualified Lawyer's Accreditation Body
	QliAccreditationBody string `json:"qli_accreditation_body"`
	// Accreditation Jurisdiction Country (2 letter ISO country code)
	QliJurisdictionCountry string `json:"qli_jurisdiction_country"`
	// Accreditation Jurisdiction State/Province
	QliJurisdictionState *string `json:"qli_jurisdiction_state,omitempty"`
	// Qualified Lawyer's Accreditation Year (20XX)
	QliAccreditationYear int32 `json:"qli_accreditation_year"`
}

RegDataExtraLAW struct for RegDataExtraLAW

func NewRegDataExtraLAW

func NewRegDataExtraLAW(qliAccreditationId string, qliAccreditationBody string, qliJurisdictionCountry string, qliAccreditationYear int32) *RegDataExtraLAW

NewRegDataExtraLAW instantiates a new RegDataExtraLAW 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 NewRegDataExtraLAWWithDefaults

func NewRegDataExtraLAWWithDefaults() *RegDataExtraLAW

NewRegDataExtraLAWWithDefaults instantiates a new RegDataExtraLAW 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 (*RegDataExtraLAW) GetQliAccreditationBody

func (o *RegDataExtraLAW) GetQliAccreditationBody() string

GetQliAccreditationBody returns the QliAccreditationBody field value

func (*RegDataExtraLAW) GetQliAccreditationBodyOk

func (o *RegDataExtraLAW) GetQliAccreditationBodyOk() (*string, bool)

GetQliAccreditationBodyOk returns a tuple with the QliAccreditationBody field value and a boolean to check if the value has been set.

func (*RegDataExtraLAW) GetQliAccreditationId

func (o *RegDataExtraLAW) GetQliAccreditationId() string

GetQliAccreditationId returns the QliAccreditationId field value

func (*RegDataExtraLAW) GetQliAccreditationIdOk

func (o *RegDataExtraLAW) GetQliAccreditationIdOk() (*string, bool)

GetQliAccreditationIdOk returns a tuple with the QliAccreditationId field value and a boolean to check if the value has been set.

func (*RegDataExtraLAW) GetQliAccreditationYear

func (o *RegDataExtraLAW) GetQliAccreditationYear() int32

GetQliAccreditationYear returns the QliAccreditationYear field value

func (*RegDataExtraLAW) GetQliAccreditationYearOk

func (o *RegDataExtraLAW) GetQliAccreditationYearOk() (*int32, bool)

GetQliAccreditationYearOk returns a tuple with the QliAccreditationYear field value and a boolean to check if the value has been set.

func (*RegDataExtraLAW) GetQliJurisdictionCountry

func (o *RegDataExtraLAW) GetQliJurisdictionCountry() string

GetQliJurisdictionCountry returns the QliJurisdictionCountry field value

func (*RegDataExtraLAW) GetQliJurisdictionCountryOk

func (o *RegDataExtraLAW) GetQliJurisdictionCountryOk() (*string, bool)

GetQliJurisdictionCountryOk returns a tuple with the QliJurisdictionCountry field value and a boolean to check if the value has been set.

func (*RegDataExtraLAW) GetQliJurisdictionState

func (o *RegDataExtraLAW) GetQliJurisdictionState() string

GetQliJurisdictionState returns the QliJurisdictionState field value if set, zero value otherwise.

func (*RegDataExtraLAW) GetQliJurisdictionStateOk

func (o *RegDataExtraLAW) GetQliJurisdictionStateOk() (*string, bool)

GetQliJurisdictionStateOk returns a tuple with the QliJurisdictionState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraLAW) HasQliJurisdictionState

func (o *RegDataExtraLAW) HasQliJurisdictionState() bool

HasQliJurisdictionState returns a boolean if a field has been set.

func (RegDataExtraLAW) MarshalJSON

func (o RegDataExtraLAW) MarshalJSON() ([]byte, error)

func (*RegDataExtraLAW) SetQliAccreditationBody

func (o *RegDataExtraLAW) SetQliAccreditationBody(v string)

SetQliAccreditationBody sets field value

func (*RegDataExtraLAW) SetQliAccreditationId

func (o *RegDataExtraLAW) SetQliAccreditationId(v string)

SetQliAccreditationId sets field value

func (*RegDataExtraLAW) SetQliAccreditationYear

func (o *RegDataExtraLAW) SetQliAccreditationYear(v int32)

SetQliAccreditationYear sets field value

func (*RegDataExtraLAW) SetQliJurisdictionCountry

func (o *RegDataExtraLAW) SetQliJurisdictionCountry(v string)

SetQliJurisdictionCountry sets field value

func (*RegDataExtraLAW) SetQliJurisdictionState

func (o *RegDataExtraLAW) SetQliJurisdictionState(v string)

SetQliJurisdictionState gets a reference to the given string and assigns it to the QliJurisdictionState field.

func (RegDataExtraLAW) ToMap

func (o RegDataExtraLAW) ToMap() (map[string]interface{}, error)

func (*RegDataExtraLAW) UnmarshalJSON

func (o *RegDataExtraLAW) UnmarshalJSON(data []byte) (err error)

type RegDataExtraNU

type RegDataExtraNU struct {
	// Registrant type
	RegistrantType string `json:"registrant_type"`
	// ID Card Number
	IdCardNumber string `json:"id_card_number"`
	// Value Added Tax (VAT) number
	RegistrantVatId *string `json:"registrant_vat_id,omitempty"`
	// Business number
	RegistrationNumber string `json:"registration_number"`
}

RegDataExtraNU struct for RegDataExtraNU

func NewRegDataExtraNU

func NewRegDataExtraNU(registrantType string, idCardNumber string, registrationNumber string) *RegDataExtraNU

NewRegDataExtraNU instantiates a new RegDataExtraNU 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 NewRegDataExtraNUWithDefaults

func NewRegDataExtraNUWithDefaults() *RegDataExtraNU

NewRegDataExtraNUWithDefaults instantiates a new RegDataExtraNU 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 (*RegDataExtraNU) GetIdCardNumber

func (o *RegDataExtraNU) GetIdCardNumber() string

GetIdCardNumber returns the IdCardNumber field value

func (*RegDataExtraNU) GetIdCardNumberOk

func (o *RegDataExtraNU) GetIdCardNumberOk() (*string, bool)

GetIdCardNumberOk returns a tuple with the IdCardNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraNU) GetRegistrantType

func (o *RegDataExtraNU) GetRegistrantType() string

GetRegistrantType returns the RegistrantType field value

func (*RegDataExtraNU) GetRegistrantTypeOk

func (o *RegDataExtraNU) GetRegistrantTypeOk() (*string, bool)

GetRegistrantTypeOk returns a tuple with the RegistrantType field value and a boolean to check if the value has been set.

func (*RegDataExtraNU) GetRegistrantVatId

func (o *RegDataExtraNU) GetRegistrantVatId() string

GetRegistrantVatId returns the RegistrantVatId field value if set, zero value otherwise.

func (*RegDataExtraNU) GetRegistrantVatIdOk

func (o *RegDataExtraNU) GetRegistrantVatIdOk() (*string, bool)

GetRegistrantVatIdOk returns a tuple with the RegistrantVatId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraNU) GetRegistrationNumber

func (o *RegDataExtraNU) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value

func (*RegDataExtraNU) GetRegistrationNumberOk

func (o *RegDataExtraNU) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraNU) HasRegistrantVatId

func (o *RegDataExtraNU) HasRegistrantVatId() bool

HasRegistrantVatId returns a boolean if a field has been set.

func (RegDataExtraNU) MarshalJSON

func (o RegDataExtraNU) MarshalJSON() ([]byte, error)

func (*RegDataExtraNU) SetIdCardNumber

func (o *RegDataExtraNU) SetIdCardNumber(v string)

SetIdCardNumber sets field value

func (*RegDataExtraNU) SetRegistrantType

func (o *RegDataExtraNU) SetRegistrantType(v string)

SetRegistrantType sets field value

func (*RegDataExtraNU) SetRegistrantVatId

func (o *RegDataExtraNU) SetRegistrantVatId(v string)

SetRegistrantVatId gets a reference to the given string and assigns it to the RegistrantVatId field.

func (*RegDataExtraNU) SetRegistrationNumber

func (o *RegDataExtraNU) SetRegistrationNumber(v string)

SetRegistrationNumber sets field value

func (RegDataExtraNU) ToMap

func (o RegDataExtraNU) ToMap() (map[string]interface{}, error)

func (*RegDataExtraNU) UnmarshalJSON

func (o *RegDataExtraNU) UnmarshalJSON(data []byte) (err error)

type RegDataExtraPARIS

type RegDataExtraPARIS struct {
	// Link to Paris community
	ParisNexus string `json:"paris_nexus"`
}

RegDataExtraPARIS struct for RegDataExtraPARIS

func NewRegDataExtraPARIS

func NewRegDataExtraPARIS(parisNexus string) *RegDataExtraPARIS

NewRegDataExtraPARIS instantiates a new RegDataExtraPARIS 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 NewRegDataExtraPARISWithDefaults

func NewRegDataExtraPARISWithDefaults() *RegDataExtraPARIS

NewRegDataExtraPARISWithDefaults instantiates a new RegDataExtraPARIS 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 (*RegDataExtraPARIS) GetParisNexus

func (o *RegDataExtraPARIS) GetParisNexus() string

GetParisNexus returns the ParisNexus field value

func (*RegDataExtraPARIS) GetParisNexusOk

func (o *RegDataExtraPARIS) GetParisNexusOk() (*string, bool)

GetParisNexusOk returns a tuple with the ParisNexus field value and a boolean to check if the value has been set.

func (RegDataExtraPARIS) MarshalJSON

func (o RegDataExtraPARIS) MarshalJSON() ([]byte, error)

func (*RegDataExtraPARIS) SetParisNexus

func (o *RegDataExtraPARIS) SetParisNexus(v string)

SetParisNexus sets field value

func (RegDataExtraPARIS) ToMap

func (o RegDataExtraPARIS) ToMap() (map[string]interface{}, error)

func (*RegDataExtraPARIS) UnmarshalJSON

func (o *RegDataExtraPARIS) UnmarshalJSON(data []byte) (err error)

type RegDataExtraSE

type RegDataExtraSE struct {
	// Registrant type
	RegistrantType string `json:"registrant_type"`
	// ID Card Number
	IdCardNumber string `json:"id_card_number"`
	// Value Added Tax (VAT) number
	RegistrantVatId *string `json:"registrant_vat_id,omitempty"`
	// Business number
	RegistrationNumber string `json:"registration_number"`
}

RegDataExtraSE struct for RegDataExtraSE

func NewRegDataExtraSE

func NewRegDataExtraSE(registrantType string, idCardNumber string, registrationNumber string) *RegDataExtraSE

NewRegDataExtraSE instantiates a new RegDataExtraSE 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 NewRegDataExtraSEWithDefaults

func NewRegDataExtraSEWithDefaults() *RegDataExtraSE

NewRegDataExtraSEWithDefaults instantiates a new RegDataExtraSE 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 (*RegDataExtraSE) GetIdCardNumber

func (o *RegDataExtraSE) GetIdCardNumber() string

GetIdCardNumber returns the IdCardNumber field value

func (*RegDataExtraSE) GetIdCardNumberOk

func (o *RegDataExtraSE) GetIdCardNumberOk() (*string, bool)

GetIdCardNumberOk returns a tuple with the IdCardNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraSE) GetRegistrantType

func (o *RegDataExtraSE) GetRegistrantType() string

GetRegistrantType returns the RegistrantType field value

func (*RegDataExtraSE) GetRegistrantTypeOk

func (o *RegDataExtraSE) GetRegistrantTypeOk() (*string, bool)

GetRegistrantTypeOk returns a tuple with the RegistrantType field value and a boolean to check if the value has been set.

func (*RegDataExtraSE) GetRegistrantVatId

func (o *RegDataExtraSE) GetRegistrantVatId() string

GetRegistrantVatId returns the RegistrantVatId field value if set, zero value otherwise.

func (*RegDataExtraSE) GetRegistrantVatIdOk

func (o *RegDataExtraSE) GetRegistrantVatIdOk() (*string, bool)

GetRegistrantVatIdOk returns a tuple with the RegistrantVatId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraSE) GetRegistrationNumber

func (o *RegDataExtraSE) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value

func (*RegDataExtraSE) GetRegistrationNumberOk

func (o *RegDataExtraSE) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraSE) HasRegistrantVatId

func (o *RegDataExtraSE) HasRegistrantVatId() bool

HasRegistrantVatId returns a boolean if a field has been set.

func (RegDataExtraSE) MarshalJSON

func (o RegDataExtraSE) MarshalJSON() ([]byte, error)

func (*RegDataExtraSE) SetIdCardNumber

func (o *RegDataExtraSE) SetIdCardNumber(v string)

SetIdCardNumber sets field value

func (*RegDataExtraSE) SetRegistrantType

func (o *RegDataExtraSE) SetRegistrantType(v string)

SetRegistrantType sets field value

func (*RegDataExtraSE) SetRegistrantVatId

func (o *RegDataExtraSE) SetRegistrantVatId(v string)

SetRegistrantVatId gets a reference to the given string and assigns it to the RegistrantVatId field.

func (*RegDataExtraSE) SetRegistrationNumber

func (o *RegDataExtraSE) SetRegistrationNumber(v string)

SetRegistrationNumber sets field value

func (RegDataExtraSE) ToMap

func (o RegDataExtraSE) ToMap() (map[string]interface{}, error)

func (*RegDataExtraSE) UnmarshalJSON

func (o *RegDataExtraSE) UnmarshalJSON(data []byte) (err error)

type RegDataExtraSG

type RegDataExtraSG struct {
	// Business number
	RegistrationNumber *string `json:"registration_number,omitempty"`
}

RegDataExtraSG struct for RegDataExtraSG

func NewRegDataExtraSG

func NewRegDataExtraSG() *RegDataExtraSG

NewRegDataExtraSG instantiates a new RegDataExtraSG 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 NewRegDataExtraSGWithDefaults

func NewRegDataExtraSGWithDefaults() *RegDataExtraSG

NewRegDataExtraSGWithDefaults instantiates a new RegDataExtraSG 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 (*RegDataExtraSG) GetRegistrationNumber

func (o *RegDataExtraSG) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value if set, zero value otherwise.

func (*RegDataExtraSG) GetRegistrationNumberOk

func (o *RegDataExtraSG) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraSG) HasRegistrationNumber

func (o *RegDataExtraSG) HasRegistrationNumber() bool

HasRegistrationNumber returns a boolean if a field has been set.

func (RegDataExtraSG) MarshalJSON

func (o RegDataExtraSG) MarshalJSON() ([]byte, error)

func (*RegDataExtraSG) SetRegistrationNumber

func (o *RegDataExtraSG) SetRegistrationNumber(v string)

SetRegistrationNumber gets a reference to the given string and assigns it to the RegistrationNumber field.

func (RegDataExtraSG) ToMap

func (o RegDataExtraSG) ToMap() (map[string]interface{}, error)

type RegDataExtraSX

type RegDataExtraSX struct {
	// Registrant type
	RegistrantType string `json:"registrant_type"`
	// ID Card Number
	IdCardNumber string `json:"id_card_number"`
	// Value Added Tax (VAT) number
	RegistrantVatId *string `json:"registrant_vat_id,omitempty"`
	// Business number
	RegistrationNumber string `json:"registration_number"`
}

RegDataExtraSX struct for RegDataExtraSX

func NewRegDataExtraSX

func NewRegDataExtraSX(registrantType string, idCardNumber string, registrationNumber string) *RegDataExtraSX

NewRegDataExtraSX instantiates a new RegDataExtraSX 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 NewRegDataExtraSXWithDefaults

func NewRegDataExtraSXWithDefaults() *RegDataExtraSX

NewRegDataExtraSXWithDefaults instantiates a new RegDataExtraSX 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 (*RegDataExtraSX) GetIdCardNumber

func (o *RegDataExtraSX) GetIdCardNumber() string

GetIdCardNumber returns the IdCardNumber field value

func (*RegDataExtraSX) GetIdCardNumberOk

func (o *RegDataExtraSX) GetIdCardNumberOk() (*string, bool)

GetIdCardNumberOk returns a tuple with the IdCardNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraSX) GetRegistrantType

func (o *RegDataExtraSX) GetRegistrantType() string

GetRegistrantType returns the RegistrantType field value

func (*RegDataExtraSX) GetRegistrantTypeOk

func (o *RegDataExtraSX) GetRegistrantTypeOk() (*string, bool)

GetRegistrantTypeOk returns a tuple with the RegistrantType field value and a boolean to check if the value has been set.

func (*RegDataExtraSX) GetRegistrantVatId

func (o *RegDataExtraSX) GetRegistrantVatId() string

GetRegistrantVatId returns the RegistrantVatId field value if set, zero value otherwise.

func (*RegDataExtraSX) GetRegistrantVatIdOk

func (o *RegDataExtraSX) GetRegistrantVatIdOk() (*string, bool)

GetRegistrantVatIdOk returns a tuple with the RegistrantVatId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegDataExtraSX) GetRegistrationNumber

func (o *RegDataExtraSX) GetRegistrationNumber() string

GetRegistrationNumber returns the RegistrationNumber field value

func (*RegDataExtraSX) GetRegistrationNumberOk

func (o *RegDataExtraSX) GetRegistrationNumberOk() (*string, bool)

GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value and a boolean to check if the value has been set.

func (*RegDataExtraSX) HasRegistrantVatId

func (o *RegDataExtraSX) HasRegistrantVatId() bool

HasRegistrantVatId returns a boolean if a field has been set.

func (RegDataExtraSX) MarshalJSON

func (o RegDataExtraSX) MarshalJSON() ([]byte, error)

func (*RegDataExtraSX) SetIdCardNumber

func (o *RegDataExtraSX) SetIdCardNumber(v string)

SetIdCardNumber sets field value

func (*RegDataExtraSX) SetRegistrantType

func (o *RegDataExtraSX) SetRegistrantType(v string)

SetRegistrantType sets field value

func (*RegDataExtraSX) SetRegistrantVatId

func (o *RegDataExtraSX) SetRegistrantVatId(v string)

SetRegistrantVatId gets a reference to the given string and assigns it to the RegistrantVatId field.

func (*RegDataExtraSX) SetRegistrationNumber

func (o *RegDataExtraSX) SetRegistrationNumber(v string)

SetRegistrationNumber sets field value

func (RegDataExtraSX) ToMap

func (o RegDataExtraSX) ToMap() (map[string]interface{}, error)

func (*RegDataExtraSX) UnmarshalJSON

func (o *RegDataExtraSX) UnmarshalJSON(data []byte) (err error)

type RegDataExtraUS

type RegDataExtraUS struct {
	// Application purpose
	AppPurpose string `json:"app_purpose"`
	// Application category
	Category string `json:"category"`
	// Country of Citizenship (2 letter ISO country code)
	Validator string `json:"validator"`
}

RegDataExtraUS struct for RegDataExtraUS

func NewRegDataExtraUS

func NewRegDataExtraUS(appPurpose string, category string, validator string) *RegDataExtraUS

NewRegDataExtraUS instantiates a new RegDataExtraUS 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 NewRegDataExtraUSWithDefaults

func NewRegDataExtraUSWithDefaults() *RegDataExtraUS

NewRegDataExtraUSWithDefaults instantiates a new RegDataExtraUS 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 (*RegDataExtraUS) GetAppPurpose

func (o *RegDataExtraUS) GetAppPurpose() string

GetAppPurpose returns the AppPurpose field value

func (*RegDataExtraUS) GetAppPurposeOk

func (o *RegDataExtraUS) GetAppPurposeOk() (*string, bool)

GetAppPurposeOk returns a tuple with the AppPurpose field value and a boolean to check if the value has been set.

func (*RegDataExtraUS) GetCategory

func (o *RegDataExtraUS) GetCategory() string

GetCategory returns the Category field value

func (*RegDataExtraUS) GetCategoryOk

func (o *RegDataExtraUS) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.

func (*RegDataExtraUS) GetValidator

func (o *RegDataExtraUS) GetValidator() string

GetValidator returns the Validator field value

func (*RegDataExtraUS) GetValidatorOk

func (o *RegDataExtraUS) GetValidatorOk() (*string, bool)

GetValidatorOk returns a tuple with the Validator field value and a boolean to check if the value has been set.

func (RegDataExtraUS) MarshalJSON

func (o RegDataExtraUS) MarshalJSON() ([]byte, error)

func (*RegDataExtraUS) SetAppPurpose

func (o *RegDataExtraUS) SetAppPurpose(v string)

SetAppPurpose sets field value

func (*RegDataExtraUS) SetCategory

func (o *RegDataExtraUS) SetCategory(v string)

SetCategory sets field value

func (*RegDataExtraUS) SetValidator

func (o *RegDataExtraUS) SetValidator(v string)

SetValidator sets field value

func (RegDataExtraUS) ToMap

func (o RegDataExtraUS) ToMap() (map[string]interface{}, error)

func (*RegDataExtraUS) UnmarshalJSON

func (o *RegDataExtraUS) UnmarshalJSON(data []byte) (err error)

type RequestModelCreateDomainGlue

type RequestModelCreateDomainGlue struct {
	// The hostname of the glue record being defined in FQDN format
	NameserverName string `json:"nameserver_name"`
	// The IPv4 address to define for this glue record if one is provided
	Ipaddress *string `json:"ipaddress,omitempty"`
	// The IPv6 address to define for this glue record if one is provided
	Ipv6 *string `json:"ipv6,omitempty"`
}

RequestModelCreateDomainGlue struct for RequestModelCreateDomainGlue

func NewRequestModelCreateDomainGlue

func NewRequestModelCreateDomainGlue(nameserverName string) *RequestModelCreateDomainGlue

NewRequestModelCreateDomainGlue instantiates a new RequestModelCreateDomainGlue 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 NewRequestModelCreateDomainGlueWithDefaults

func NewRequestModelCreateDomainGlueWithDefaults() *RequestModelCreateDomainGlue

NewRequestModelCreateDomainGlueWithDefaults instantiates a new RequestModelCreateDomainGlue 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 (*RequestModelCreateDomainGlue) GetIpaddress

func (o *RequestModelCreateDomainGlue) GetIpaddress() string

GetIpaddress returns the Ipaddress field value if set, zero value otherwise.

func (*RequestModelCreateDomainGlue) GetIpaddressOk

func (o *RequestModelCreateDomainGlue) GetIpaddressOk() (*string, bool)

GetIpaddressOk returns a tuple with the Ipaddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateDomainGlue) GetIpv6

func (o *RequestModelCreateDomainGlue) GetIpv6() string

GetIpv6 returns the Ipv6 field value if set, zero value otherwise.

func (*RequestModelCreateDomainGlue) GetIpv6Ok

func (o *RequestModelCreateDomainGlue) GetIpv6Ok() (*string, bool)

GetIpv6Ok returns a tuple with the Ipv6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateDomainGlue) GetNameserverName

func (o *RequestModelCreateDomainGlue) GetNameserverName() string

GetNameserverName returns the NameserverName field value

func (*RequestModelCreateDomainGlue) GetNameserverNameOk

func (o *RequestModelCreateDomainGlue) GetNameserverNameOk() (*string, bool)

GetNameserverNameOk returns a tuple with the NameserverName field value and a boolean to check if the value has been set.

func (*RequestModelCreateDomainGlue) HasIpaddress

func (o *RequestModelCreateDomainGlue) HasIpaddress() bool

HasIpaddress returns a boolean if a field has been set.

func (*RequestModelCreateDomainGlue) HasIpv6

func (o *RequestModelCreateDomainGlue) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

func (RequestModelCreateDomainGlue) MarshalJSON

func (o RequestModelCreateDomainGlue) MarshalJSON() ([]byte, error)

func (*RequestModelCreateDomainGlue) SetIpaddress

func (o *RequestModelCreateDomainGlue) SetIpaddress(v string)

SetIpaddress gets a reference to the given string and assigns it to the Ipaddress field.

func (*RequestModelCreateDomainGlue) SetIpv6

func (o *RequestModelCreateDomainGlue) SetIpv6(v string)

SetIpv6 gets a reference to the given string and assigns it to the Ipv6 field.

func (*RequestModelCreateDomainGlue) SetNameserverName

func (o *RequestModelCreateDomainGlue) SetNameserverName(v string)

SetNameserverName sets field value

func (RequestModelCreateDomainGlue) ToMap

func (o RequestModelCreateDomainGlue) ToMap() (map[string]interface{}, error)

func (*RequestModelCreateDomainGlue) UnmarshalJSON

func (o *RequestModelCreateDomainGlue) UnmarshalJSON(data []byte) (err error)

type RequestModelCreateUserData

type RequestModelCreateUserData struct {
	// First name of new user
	FirstName *string `json:"first_name,omitempty"`
	// Last name of new user
	LastName *string `json:"last_name,omitempty"`
	// Organization of new user account
	OrgName *string `json:"org_name,omitempty"`
	// Address of new user
	Address1 *string `json:"address1,omitempty"`
	// Address of new user
	Address2 *string `json:"address2,omitempty"`
	// City of the new user
	City *string `json:"city,omitempty"`
	// New users state/province (2 letter code)
	State string `json:"state"`
	// New users country (2 letter ISO country code)
	Country string `json:"country"`
	// The postal/zip code of the new user account
	PostalCode *string `json:"postal_code,omitempty"`
	// Primary contact number for new user account
	Phone *string `json:"phone,omitempty"`
	// Primary contact email for new user account
	Email string `json:"email"`
	// The default currency to use for the new user account. This is required to allow creation of domains for a new user without first logging in to control panel (account will still need to be funded first)
	Currency string `json:"currency"`
	// Use the provided password for the new user account. If not provided a random password will be created for user and returned as part of result
	Password *string `json:"password,omitempty"`
	// Visitor code used during user creation
	Vcode *string `json:"vcode,omitempty"`
	// Country code of originator of request (2 letter ISO country code)
	RemoteCc *string `json:"remote_cc,omitempty"`
	// IP address of originator of request
	RemoteIp *string `json:"remote_ip,omitempty"`
	// Hostname of originator of request
	RemoteHost *string `json:"remote_host,omitempty"`
}

RequestModelCreateUserData struct for RequestModelCreateUserData

func NewRequestModelCreateUserData

func NewRequestModelCreateUserData(state string, country string, email string, currency string) *RequestModelCreateUserData

NewRequestModelCreateUserData instantiates a new RequestModelCreateUserData 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 NewRequestModelCreateUserDataWithDefaults

func NewRequestModelCreateUserDataWithDefaults() *RequestModelCreateUserData

NewRequestModelCreateUserDataWithDefaults instantiates a new RequestModelCreateUserData 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 (*RequestModelCreateUserData) GetAddress1

func (o *RequestModelCreateUserData) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetAddress1Ok

func (o *RequestModelCreateUserData) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetAddress2

func (o *RequestModelCreateUserData) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetAddress2Ok

func (o *RequestModelCreateUserData) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetCity

func (o *RequestModelCreateUserData) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetCityOk

func (o *RequestModelCreateUserData) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetCountry

func (o *RequestModelCreateUserData) GetCountry() string

GetCountry returns the Country field value

func (*RequestModelCreateUserData) GetCountryOk

func (o *RequestModelCreateUserData) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetCurrency

func (o *RequestModelCreateUserData) GetCurrency() string

GetCurrency returns the Currency field value

func (*RequestModelCreateUserData) GetCurrencyOk

func (o *RequestModelCreateUserData) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetEmail

func (o *RequestModelCreateUserData) GetEmail() string

GetEmail returns the Email field value

func (*RequestModelCreateUserData) GetEmailOk

func (o *RequestModelCreateUserData) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetFirstName

func (o *RequestModelCreateUserData) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetFirstNameOk

func (o *RequestModelCreateUserData) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetLastName

func (o *RequestModelCreateUserData) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetLastNameOk

func (o *RequestModelCreateUserData) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetOrgName

func (o *RequestModelCreateUserData) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetOrgNameOk

func (o *RequestModelCreateUserData) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetPassword

func (o *RequestModelCreateUserData) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetPasswordOk

func (o *RequestModelCreateUserData) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetPhone

func (o *RequestModelCreateUserData) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetPhoneOk

func (o *RequestModelCreateUserData) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetPostalCode

func (o *RequestModelCreateUserData) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetPostalCodeOk

func (o *RequestModelCreateUserData) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetRemoteCc

func (o *RequestModelCreateUserData) GetRemoteCc() string

GetRemoteCc returns the RemoteCc field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetRemoteCcOk

func (o *RequestModelCreateUserData) GetRemoteCcOk() (*string, bool)

GetRemoteCcOk returns a tuple with the RemoteCc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetRemoteHost

func (o *RequestModelCreateUserData) GetRemoteHost() string

GetRemoteHost returns the RemoteHost field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetRemoteHostOk

func (o *RequestModelCreateUserData) GetRemoteHostOk() (*string, bool)

GetRemoteHostOk returns a tuple with the RemoteHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetRemoteIp

func (o *RequestModelCreateUserData) GetRemoteIp() string

GetRemoteIp returns the RemoteIp field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetRemoteIpOk

func (o *RequestModelCreateUserData) GetRemoteIpOk() (*string, bool)

GetRemoteIpOk returns a tuple with the RemoteIp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetState

func (o *RequestModelCreateUserData) GetState() string

GetState returns the State field value

func (*RequestModelCreateUserData) GetStateOk

func (o *RequestModelCreateUserData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) GetVcode

func (o *RequestModelCreateUserData) GetVcode() string

GetVcode returns the Vcode field value if set, zero value otherwise.

func (*RequestModelCreateUserData) GetVcodeOk

func (o *RequestModelCreateUserData) GetVcodeOk() (*string, bool)

GetVcodeOk returns a tuple with the Vcode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelCreateUserData) HasAddress1

func (o *RequestModelCreateUserData) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasAddress2

func (o *RequestModelCreateUserData) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasCity

func (o *RequestModelCreateUserData) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasFirstName

func (o *RequestModelCreateUserData) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasLastName

func (o *RequestModelCreateUserData) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasOrgName

func (o *RequestModelCreateUserData) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasPassword

func (o *RequestModelCreateUserData) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasPhone

func (o *RequestModelCreateUserData) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasPostalCode

func (o *RequestModelCreateUserData) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasRemoteCc

func (o *RequestModelCreateUserData) HasRemoteCc() bool

HasRemoteCc returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasRemoteHost

func (o *RequestModelCreateUserData) HasRemoteHost() bool

HasRemoteHost returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasRemoteIp

func (o *RequestModelCreateUserData) HasRemoteIp() bool

HasRemoteIp returns a boolean if a field has been set.

func (*RequestModelCreateUserData) HasVcode

func (o *RequestModelCreateUserData) HasVcode() bool

HasVcode returns a boolean if a field has been set.

func (RequestModelCreateUserData) MarshalJSON

func (o RequestModelCreateUserData) MarshalJSON() ([]byte, error)

func (*RequestModelCreateUserData) SetAddress1

func (o *RequestModelCreateUserData) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*RequestModelCreateUserData) SetAddress2

func (o *RequestModelCreateUserData) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*RequestModelCreateUserData) SetCity

func (o *RequestModelCreateUserData) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*RequestModelCreateUserData) SetCountry

func (o *RequestModelCreateUserData) SetCountry(v string)

SetCountry sets field value

func (*RequestModelCreateUserData) SetCurrency

func (o *RequestModelCreateUserData) SetCurrency(v string)

SetCurrency sets field value

func (*RequestModelCreateUserData) SetEmail

func (o *RequestModelCreateUserData) SetEmail(v string)

SetEmail sets field value

func (*RequestModelCreateUserData) SetFirstName

func (o *RequestModelCreateUserData) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*RequestModelCreateUserData) SetLastName

func (o *RequestModelCreateUserData) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*RequestModelCreateUserData) SetOrgName

func (o *RequestModelCreateUserData) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*RequestModelCreateUserData) SetPassword

func (o *RequestModelCreateUserData) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*RequestModelCreateUserData) SetPhone

func (o *RequestModelCreateUserData) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*RequestModelCreateUserData) SetPostalCode

func (o *RequestModelCreateUserData) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*RequestModelCreateUserData) SetRemoteCc

func (o *RequestModelCreateUserData) SetRemoteCc(v string)

SetRemoteCc gets a reference to the given string and assigns it to the RemoteCc field.

func (*RequestModelCreateUserData) SetRemoteHost

func (o *RequestModelCreateUserData) SetRemoteHost(v string)

SetRemoteHost gets a reference to the given string and assigns it to the RemoteHost field.

func (*RequestModelCreateUserData) SetRemoteIp

func (o *RequestModelCreateUserData) SetRemoteIp(v string)

SetRemoteIp gets a reference to the given string and assigns it to the RemoteIp field.

func (*RequestModelCreateUserData) SetState

func (o *RequestModelCreateUserData) SetState(v string)

SetState sets field value

func (*RequestModelCreateUserData) SetVcode

func (o *RequestModelCreateUserData) SetVcode(v string)

SetVcode gets a reference to the given string and assigns it to the Vcode field.

func (RequestModelCreateUserData) ToMap

func (o RequestModelCreateUserData) ToMap() (map[string]interface{}, error)

func (*RequestModelCreateUserData) UnmarshalJSON

func (o *RequestModelCreateUserData) UnmarshalJSON(data []byte) (err error)

type RequestModelDomainNameservers

type RequestModelDomainNameservers struct {
	// The list of nameservers as FQDN
	Nameservers []string `json:"nameservers"`
}

RequestModelDomainNameservers struct for RequestModelDomainNameservers

func NewRequestModelDomainNameservers

func NewRequestModelDomainNameservers(nameservers []string) *RequestModelDomainNameservers

NewRequestModelDomainNameservers instantiates a new RequestModelDomainNameservers 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 NewRequestModelDomainNameserversWithDefaults

func NewRequestModelDomainNameserversWithDefaults() *RequestModelDomainNameservers

NewRequestModelDomainNameserversWithDefaults instantiates a new RequestModelDomainNameservers 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 (*RequestModelDomainNameservers) GetNameservers

func (o *RequestModelDomainNameservers) GetNameservers() []string

GetNameservers returns the Nameservers field value

func (*RequestModelDomainNameservers) GetNameserversOk

func (o *RequestModelDomainNameservers) GetNameserversOk() ([]string, bool)

GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.

func (RequestModelDomainNameservers) MarshalJSON

func (o RequestModelDomainNameservers) MarshalJSON() ([]byte, error)

func (*RequestModelDomainNameservers) SetNameservers

func (o *RequestModelDomainNameservers) SetNameservers(v []string)

SetNameservers sets field value

func (RequestModelDomainNameservers) ToMap

func (o RequestModelDomainNameservers) ToMap() (map[string]interface{}, error)

func (*RequestModelDomainNameservers) UnmarshalJSON

func (o *RequestModelDomainNameservers) UnmarshalJSON(data []byte) (err error)

type RequestModelMailmapCreate

type RequestModelMailmapCreate struct {
	// Alias part of mailmap address (for example: 'test' from test@example.com)
	Alias string `json:"alias"`
	// The hostname (without domain name) the mailmap should be created under
	Host string `json:"host"`
	// The email address to forward the mailmaps emails to
	Destination string `json:"destination"`
	// Setting this to 0 will disable the mailmap from forwarding mail
	Active int32 `json:"active"`
}

RequestModelMailmapCreate struct for RequestModelMailmapCreate

func NewRequestModelMailmapCreate

func NewRequestModelMailmapCreate(alias string, host string, destination string, active int32) *RequestModelMailmapCreate

NewRequestModelMailmapCreate instantiates a new RequestModelMailmapCreate 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 NewRequestModelMailmapCreateWithDefaults

func NewRequestModelMailmapCreateWithDefaults() *RequestModelMailmapCreate

NewRequestModelMailmapCreateWithDefaults instantiates a new RequestModelMailmapCreate 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 (*RequestModelMailmapCreate) GetActive

func (o *RequestModelMailmapCreate) GetActive() int32

GetActive returns the Active field value

func (*RequestModelMailmapCreate) GetActiveOk

func (o *RequestModelMailmapCreate) GetActiveOk() (*int32, bool)

GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.

func (*RequestModelMailmapCreate) GetAlias

func (o *RequestModelMailmapCreate) GetAlias() string

GetAlias returns the Alias field value

func (*RequestModelMailmapCreate) GetAliasOk

func (o *RequestModelMailmapCreate) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value and a boolean to check if the value has been set.

func (*RequestModelMailmapCreate) GetDestination

func (o *RequestModelMailmapCreate) GetDestination() string

GetDestination returns the Destination field value

func (*RequestModelMailmapCreate) GetDestinationOk

func (o *RequestModelMailmapCreate) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*RequestModelMailmapCreate) GetHost

func (o *RequestModelMailmapCreate) GetHost() string

GetHost returns the Host field value

func (*RequestModelMailmapCreate) GetHostOk

func (o *RequestModelMailmapCreate) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (RequestModelMailmapCreate) MarshalJSON

func (o RequestModelMailmapCreate) MarshalJSON() ([]byte, error)

func (*RequestModelMailmapCreate) SetActive

func (o *RequestModelMailmapCreate) SetActive(v int32)

SetActive sets field value

func (*RequestModelMailmapCreate) SetAlias

func (o *RequestModelMailmapCreate) SetAlias(v string)

SetAlias sets field value

func (*RequestModelMailmapCreate) SetDestination

func (o *RequestModelMailmapCreate) SetDestination(v string)

SetDestination sets field value

func (*RequestModelMailmapCreate) SetHost

func (o *RequestModelMailmapCreate) SetHost(v string)

SetHost sets field value

func (RequestModelMailmapCreate) ToMap

func (o RequestModelMailmapCreate) ToMap() (map[string]interface{}, error)

func (*RequestModelMailmapCreate) UnmarshalJSON

func (o *RequestModelMailmapCreate) UnmarshalJSON(data []byte) (err error)

type RequestModelSetRegStatus

type RequestModelSetRegStatus struct {
	// The domain name to update
	Domain string `json:"domain"`
	// Turn on/off reglock at the registry
	Reglock *bool `json:"reglock,omitempty"`
	// Set renewal action of domain
	Renewal *string `json:"renewal,omitempty"`
}

RequestModelSetRegStatus struct for RequestModelSetRegStatus

func NewRequestModelSetRegStatus

func NewRequestModelSetRegStatus(domain string) *RequestModelSetRegStatus

NewRequestModelSetRegStatus instantiates a new RequestModelSetRegStatus 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 NewRequestModelSetRegStatusWithDefaults

func NewRequestModelSetRegStatusWithDefaults() *RequestModelSetRegStatus

NewRequestModelSetRegStatusWithDefaults instantiates a new RequestModelSetRegStatus 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 (*RequestModelSetRegStatus) GetDomain

func (o *RequestModelSetRegStatus) GetDomain() string

GetDomain returns the Domain field value

func (*RequestModelSetRegStatus) GetDomainOk

func (o *RequestModelSetRegStatus) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*RequestModelSetRegStatus) GetReglock

func (o *RequestModelSetRegStatus) GetReglock() bool

GetReglock returns the Reglock field value if set, zero value otherwise.

func (*RequestModelSetRegStatus) GetReglockOk

func (o *RequestModelSetRegStatus) GetReglockOk() (*bool, bool)

GetReglockOk returns a tuple with the Reglock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelSetRegStatus) GetRenewal

func (o *RequestModelSetRegStatus) GetRenewal() string

GetRenewal returns the Renewal field value if set, zero value otherwise.

func (*RequestModelSetRegStatus) GetRenewalOk

func (o *RequestModelSetRegStatus) GetRenewalOk() (*string, bool)

GetRenewalOk returns a tuple with the Renewal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelSetRegStatus) HasReglock

func (o *RequestModelSetRegStatus) HasReglock() bool

HasReglock returns a boolean if a field has been set.

func (*RequestModelSetRegStatus) HasRenewal

func (o *RequestModelSetRegStatus) HasRenewal() bool

HasRenewal returns a boolean if a field has been set.

func (RequestModelSetRegStatus) MarshalJSON

func (o RequestModelSetRegStatus) MarshalJSON() ([]byte, error)

func (*RequestModelSetRegStatus) SetDomain

func (o *RequestModelSetRegStatus) SetDomain(v string)

SetDomain sets field value

func (*RequestModelSetRegStatus) SetReglock

func (o *RequestModelSetRegStatus) SetReglock(v bool)

SetReglock gets a reference to the given bool and assigns it to the Reglock field.

func (*RequestModelSetRegStatus) SetRenewal

func (o *RequestModelSetRegStatus) SetRenewal(v string)

SetRenewal gets a reference to the given string and assigns it to the Renewal field.

func (RequestModelSetRegStatus) ToMap

func (o RequestModelSetRegStatus) ToMap() (map[string]interface{}, error)

func (*RequestModelSetRegStatus) UnmarshalJSON

func (o *RequestModelSetRegStatus) UnmarshalJSON(data []byte) (err error)

type RequestModelUpdateUserData

type RequestModelUpdateUserData struct {
	// Indicates that the data of the packet has been encrypted before transmission and placed in the data field.
	Encrypted *int32                          `json:"_encrypted,omitempty"`
	Data      *RequestModelUpdateUserDataData `json:"data,omitempty"`
}

RequestModelUpdateUserData struct for RequestModelUpdateUserData

func NewRequestModelUpdateUserData

func NewRequestModelUpdateUserData() *RequestModelUpdateUserData

NewRequestModelUpdateUserData instantiates a new RequestModelUpdateUserData 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 NewRequestModelUpdateUserDataWithDefaults

func NewRequestModelUpdateUserDataWithDefaults() *RequestModelUpdateUserData

NewRequestModelUpdateUserDataWithDefaults instantiates a new RequestModelUpdateUserData 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 (*RequestModelUpdateUserData) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*RequestModelUpdateUserData) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserData) GetEncrypted

func (o *RequestModelUpdateUserData) GetEncrypted() int32

GetEncrypted returns the Encrypted field value if set, zero value otherwise.

func (*RequestModelUpdateUserData) GetEncryptedOk

func (o *RequestModelUpdateUserData) GetEncryptedOk() (*int32, bool)

GetEncryptedOk returns a tuple with the Encrypted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserData) HasData

func (o *RequestModelUpdateUserData) HasData() bool

HasData returns a boolean if a field has been set.

func (*RequestModelUpdateUserData) HasEncrypted

func (o *RequestModelUpdateUserData) HasEncrypted() bool

HasEncrypted returns a boolean if a field has been set.

func (RequestModelUpdateUserData) MarshalJSON

func (o RequestModelUpdateUserData) MarshalJSON() ([]byte, error)

func (*RequestModelUpdateUserData) SetData

SetData gets a reference to the given RequestModelUpdateUserDataData and assigns it to the Data field.

func (*RequestModelUpdateUserData) SetEncrypted

func (o *RequestModelUpdateUserData) SetEncrypted(v int32)

SetEncrypted gets a reference to the given int32 and assigns it to the Encrypted field.

func (RequestModelUpdateUserData) ToMap

func (o RequestModelUpdateUserData) ToMap() (map[string]interface{}, error)

type RequestModelUpdateUserDataData

type RequestModelUpdateUserDataData struct {
	// The first name of the user
	FirstName *string `json:"first_name,omitempty"`
	// The last name of the user
	LastName *string `json:"last_name,omitempty"`
	// The organization of the user
	OrgName *string `json:"org_name,omitempty"`
	// The address of the user
	Address1 *string `json:"address1,omitempty"`
	Address2 *string `json:"address2,omitempty"`
	Address3 *string `json:"address3,omitempty"`
	// The city of the address provided
	City *string `json:"city,omitempty"`
	// The state/province code of the address
	State *string `json:"state,omitempty"`
	// The 2-letter ISO country code of the address
	Country *string `json:"country,omitempty"`
	// The zip/postal code of the address
	PostalCode *string `json:"postal_code,omitempty"`
	// The default currency to use for the account
	Currency *string `json:"currency,omitempty"`
	// Phone number that can be used to contact customer
	Phone *string `json:"phone,omitempty"`
	// Cellular number that can be used to contact customer
	Cellphone *string `json:"cellphone,omitempty"`
	// Fax number that can be used to contact customer
	Fax *string `json:"fax,omitempty"`
	// Main contact email for user
	Email *string `json:"email,omitempty"`
	// Secondary contact email for user
	Email2 *string `json:"email2,omitempty"`
	// The email address(es) where generic notices should be sent
	NoticesEmail *string `json:"notices_email,omitempty"`
	// The email address(es) that can be made public for contacting the user
	PublicEmail *string `json:"public_email,omitempty"`
	// The email address(es) where alert notice should be sent
	AlertsEmail *string `json:"alerts_email,omitempty"`
	// The URL associated with a user (Not currently used anywhere)
	Url *string `json:"url,omitempty"`
	// Has the user opted out of any non-essential communications
	OptOut *int32 `json:"opt_out,omitempty"`
	// Does the user access to BETA level features
	Beta *int32 `json:"beta,omitempty"`
	// Is the account currently marked as fraud
	Fraud *string `json:"fraud,omitempty"`
	// Is the user currently marked as a VIP user
	Vip *int32 `json:"vip,omitempty"`
	// Provides a new password for the user that will replace the users current password
	Password *string                            `json:"password,omitempty"`
	Esm      *RequestModelUpdateUserDataDataEsm `json:"esm,omitempty"`
}

RequestModelUpdateUserDataData Data must be encrypted when sent in to a single data object.

func NewRequestModelUpdateUserDataData

func NewRequestModelUpdateUserDataData() *RequestModelUpdateUserDataData

NewRequestModelUpdateUserDataData instantiates a new RequestModelUpdateUserDataData 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 NewRequestModelUpdateUserDataDataWithDefaults

func NewRequestModelUpdateUserDataDataWithDefaults() *RequestModelUpdateUserDataData

NewRequestModelUpdateUserDataDataWithDefaults instantiates a new RequestModelUpdateUserDataData 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 (*RequestModelUpdateUserDataData) GetAddress1

func (o *RequestModelUpdateUserDataData) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetAddress1Ok

func (o *RequestModelUpdateUserDataData) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetAddress2

func (o *RequestModelUpdateUserDataData) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetAddress2Ok

func (o *RequestModelUpdateUserDataData) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetAddress3

func (o *RequestModelUpdateUserDataData) GetAddress3() string

GetAddress3 returns the Address3 field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetAddress3Ok

func (o *RequestModelUpdateUserDataData) GetAddress3Ok() (*string, bool)

GetAddress3Ok returns a tuple with the Address3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetAlertsEmail

func (o *RequestModelUpdateUserDataData) GetAlertsEmail() string

GetAlertsEmail returns the AlertsEmail field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetAlertsEmailOk

func (o *RequestModelUpdateUserDataData) GetAlertsEmailOk() (*string, bool)

GetAlertsEmailOk returns a tuple with the AlertsEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetBeta

GetBeta returns the Beta field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetBetaOk

func (o *RequestModelUpdateUserDataData) GetBetaOk() (*int32, bool)

GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetCellphone

func (o *RequestModelUpdateUserDataData) GetCellphone() string

GetCellphone returns the Cellphone field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetCellphoneOk

func (o *RequestModelUpdateUserDataData) GetCellphoneOk() (*string, bool)

GetCellphoneOk returns a tuple with the Cellphone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetCity

GetCity returns the City field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetCityOk

func (o *RequestModelUpdateUserDataData) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetCountry

func (o *RequestModelUpdateUserDataData) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetCountryOk

func (o *RequestModelUpdateUserDataData) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetCurrency

func (o *RequestModelUpdateUserDataData) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetCurrencyOk

func (o *RequestModelUpdateUserDataData) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetEmail

func (o *RequestModelUpdateUserDataData) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetEmail2

func (o *RequestModelUpdateUserDataData) GetEmail2() string

GetEmail2 returns the Email2 field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetEmail2Ok

func (o *RequestModelUpdateUserDataData) GetEmail2Ok() (*string, bool)

GetEmail2Ok returns a tuple with the Email2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetEmailOk

func (o *RequestModelUpdateUserDataData) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetEsm

GetEsm returns the Esm field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetEsmOk

GetEsmOk returns a tuple with the Esm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetFax

GetFax returns the Fax field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetFaxOk

func (o *RequestModelUpdateUserDataData) GetFaxOk() (*string, bool)

GetFaxOk returns a tuple with the Fax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetFirstName

func (o *RequestModelUpdateUserDataData) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetFirstNameOk

func (o *RequestModelUpdateUserDataData) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetFraud

func (o *RequestModelUpdateUserDataData) GetFraud() string

GetFraud returns the Fraud field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetFraudOk

func (o *RequestModelUpdateUserDataData) GetFraudOk() (*string, bool)

GetFraudOk returns a tuple with the Fraud field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetLastName

func (o *RequestModelUpdateUserDataData) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetLastNameOk

func (o *RequestModelUpdateUserDataData) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetNoticesEmail

func (o *RequestModelUpdateUserDataData) GetNoticesEmail() string

GetNoticesEmail returns the NoticesEmail field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetNoticesEmailOk

func (o *RequestModelUpdateUserDataData) GetNoticesEmailOk() (*string, bool)

GetNoticesEmailOk returns a tuple with the NoticesEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetOptOut

func (o *RequestModelUpdateUserDataData) GetOptOut() int32

GetOptOut returns the OptOut field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetOptOutOk

func (o *RequestModelUpdateUserDataData) GetOptOutOk() (*int32, bool)

GetOptOutOk returns a tuple with the OptOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetOrgName

func (o *RequestModelUpdateUserDataData) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetOrgNameOk

func (o *RequestModelUpdateUserDataData) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetPassword

func (o *RequestModelUpdateUserDataData) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetPasswordOk

func (o *RequestModelUpdateUserDataData) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetPhone

func (o *RequestModelUpdateUserDataData) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetPhoneOk

func (o *RequestModelUpdateUserDataData) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetPostalCode

func (o *RequestModelUpdateUserDataData) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetPostalCodeOk

func (o *RequestModelUpdateUserDataData) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetPublicEmail

func (o *RequestModelUpdateUserDataData) GetPublicEmail() string

GetPublicEmail returns the PublicEmail field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetPublicEmailOk

func (o *RequestModelUpdateUserDataData) GetPublicEmailOk() (*string, bool)

GetPublicEmailOk returns a tuple with the PublicEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetState

func (o *RequestModelUpdateUserDataData) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetStateOk

func (o *RequestModelUpdateUserDataData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetUrl

GetUrl returns the Url field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetUrlOk

func (o *RequestModelUpdateUserDataData) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) GetVip

GetVip returns the Vip field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataData) GetVipOk

func (o *RequestModelUpdateUserDataData) GetVipOk() (*int32, bool)

GetVipOk returns a tuple with the Vip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataData) HasAddress1

func (o *RequestModelUpdateUserDataData) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasAddress2

func (o *RequestModelUpdateUserDataData) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasAddress3

func (o *RequestModelUpdateUserDataData) HasAddress3() bool

HasAddress3 returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasAlertsEmail

func (o *RequestModelUpdateUserDataData) HasAlertsEmail() bool

HasAlertsEmail returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasBeta

func (o *RequestModelUpdateUserDataData) HasBeta() bool

HasBeta returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasCellphone

func (o *RequestModelUpdateUserDataData) HasCellphone() bool

HasCellphone returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasCity

func (o *RequestModelUpdateUserDataData) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasCountry

func (o *RequestModelUpdateUserDataData) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasCurrency

func (o *RequestModelUpdateUserDataData) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasEmail

func (o *RequestModelUpdateUserDataData) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasEmail2

func (o *RequestModelUpdateUserDataData) HasEmail2() bool

HasEmail2 returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasEsm

HasEsm returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasFax

HasFax returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasFirstName

func (o *RequestModelUpdateUserDataData) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasFraud

func (o *RequestModelUpdateUserDataData) HasFraud() bool

HasFraud returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasLastName

func (o *RequestModelUpdateUserDataData) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasNoticesEmail

func (o *RequestModelUpdateUserDataData) HasNoticesEmail() bool

HasNoticesEmail returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasOptOut

func (o *RequestModelUpdateUserDataData) HasOptOut() bool

HasOptOut returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasOrgName

func (o *RequestModelUpdateUserDataData) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasPassword

func (o *RequestModelUpdateUserDataData) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasPhone

func (o *RequestModelUpdateUserDataData) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasPostalCode

func (o *RequestModelUpdateUserDataData) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasPublicEmail

func (o *RequestModelUpdateUserDataData) HasPublicEmail() bool

HasPublicEmail returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasState

func (o *RequestModelUpdateUserDataData) HasState() bool

HasState returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasUrl

HasUrl returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataData) HasVip

HasVip returns a boolean if a field has been set.

func (RequestModelUpdateUserDataData) MarshalJSON

func (o RequestModelUpdateUserDataData) MarshalJSON() ([]byte, error)

func (*RequestModelUpdateUserDataData) SetAddress1

func (o *RequestModelUpdateUserDataData) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*RequestModelUpdateUserDataData) SetAddress2

func (o *RequestModelUpdateUserDataData) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*RequestModelUpdateUserDataData) SetAddress3

func (o *RequestModelUpdateUserDataData) SetAddress3(v string)

SetAddress3 gets a reference to the given string and assigns it to the Address3 field.

func (*RequestModelUpdateUserDataData) SetAlertsEmail

func (o *RequestModelUpdateUserDataData) SetAlertsEmail(v string)

SetAlertsEmail gets a reference to the given string and assigns it to the AlertsEmail field.

func (*RequestModelUpdateUserDataData) SetBeta

func (o *RequestModelUpdateUserDataData) SetBeta(v int32)

SetBeta gets a reference to the given int32 and assigns it to the Beta field.

func (*RequestModelUpdateUserDataData) SetCellphone

func (o *RequestModelUpdateUserDataData) SetCellphone(v string)

SetCellphone gets a reference to the given string and assigns it to the Cellphone field.

func (*RequestModelUpdateUserDataData) SetCity

func (o *RequestModelUpdateUserDataData) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*RequestModelUpdateUserDataData) SetCountry

func (o *RequestModelUpdateUserDataData) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*RequestModelUpdateUserDataData) SetCurrency

func (o *RequestModelUpdateUserDataData) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*RequestModelUpdateUserDataData) SetEmail

func (o *RequestModelUpdateUserDataData) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*RequestModelUpdateUserDataData) SetEmail2

func (o *RequestModelUpdateUserDataData) SetEmail2(v string)

SetEmail2 gets a reference to the given string and assigns it to the Email2 field.

func (*RequestModelUpdateUserDataData) SetEsm

SetEsm gets a reference to the given RequestModelUpdateUserDataDataEsm and assigns it to the Esm field.

func (*RequestModelUpdateUserDataData) SetFax

SetFax gets a reference to the given string and assigns it to the Fax field.

func (*RequestModelUpdateUserDataData) SetFirstName

func (o *RequestModelUpdateUserDataData) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*RequestModelUpdateUserDataData) SetFraud

func (o *RequestModelUpdateUserDataData) SetFraud(v string)

SetFraud gets a reference to the given string and assigns it to the Fraud field.

func (*RequestModelUpdateUserDataData) SetLastName

func (o *RequestModelUpdateUserDataData) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*RequestModelUpdateUserDataData) SetNoticesEmail

func (o *RequestModelUpdateUserDataData) SetNoticesEmail(v string)

SetNoticesEmail gets a reference to the given string and assigns it to the NoticesEmail field.

func (*RequestModelUpdateUserDataData) SetOptOut

func (o *RequestModelUpdateUserDataData) SetOptOut(v int32)

SetOptOut gets a reference to the given int32 and assigns it to the OptOut field.

func (*RequestModelUpdateUserDataData) SetOrgName

func (o *RequestModelUpdateUserDataData) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*RequestModelUpdateUserDataData) SetPassword

func (o *RequestModelUpdateUserDataData) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*RequestModelUpdateUserDataData) SetPhone

func (o *RequestModelUpdateUserDataData) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*RequestModelUpdateUserDataData) SetPostalCode

func (o *RequestModelUpdateUserDataData) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*RequestModelUpdateUserDataData) SetPublicEmail

func (o *RequestModelUpdateUserDataData) SetPublicEmail(v string)

SetPublicEmail gets a reference to the given string and assigns it to the PublicEmail field.

func (*RequestModelUpdateUserDataData) SetState

func (o *RequestModelUpdateUserDataData) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*RequestModelUpdateUserDataData) SetUrl

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*RequestModelUpdateUserDataData) SetVip

SetVip gets a reference to the given int32 and assigns it to the Vip field.

func (RequestModelUpdateUserDataData) ToMap

func (o RequestModelUpdateUserDataData) ToMap() (map[string]interface{}, error)

type RequestModelUpdateUserDataDataEsm

type RequestModelUpdateUserDataDataEsm struct {
	// The new list of ESM keywords to set for the user
	Keywords []string `json:"keywords,omitempty"`
	// The new phone access code to set for the user
	PhoneCode *string `json:"phone_code,omitempty"`
}

RequestModelUpdateUserDataDataEsm Enhanced Security Mode (ESM) user settings to update

func NewRequestModelUpdateUserDataDataEsm

func NewRequestModelUpdateUserDataDataEsm() *RequestModelUpdateUserDataDataEsm

NewRequestModelUpdateUserDataDataEsm instantiates a new RequestModelUpdateUserDataDataEsm 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 NewRequestModelUpdateUserDataDataEsmWithDefaults

func NewRequestModelUpdateUserDataDataEsmWithDefaults() *RequestModelUpdateUserDataDataEsm

NewRequestModelUpdateUserDataDataEsmWithDefaults instantiates a new RequestModelUpdateUserDataDataEsm 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 (*RequestModelUpdateUserDataDataEsm) GetKeywords

func (o *RequestModelUpdateUserDataDataEsm) GetKeywords() []string

GetKeywords returns the Keywords field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataDataEsm) GetKeywordsOk

func (o *RequestModelUpdateUserDataDataEsm) GetKeywordsOk() ([]string, bool)

GetKeywordsOk returns a tuple with the Keywords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataDataEsm) GetPhoneCode

func (o *RequestModelUpdateUserDataDataEsm) GetPhoneCode() string

GetPhoneCode returns the PhoneCode field value if set, zero value otherwise.

func (*RequestModelUpdateUserDataDataEsm) GetPhoneCodeOk

func (o *RequestModelUpdateUserDataDataEsm) GetPhoneCodeOk() (*string, bool)

GetPhoneCodeOk returns a tuple with the PhoneCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelUpdateUserDataDataEsm) HasKeywords

func (o *RequestModelUpdateUserDataDataEsm) HasKeywords() bool

HasKeywords returns a boolean if a field has been set.

func (*RequestModelUpdateUserDataDataEsm) HasPhoneCode

func (o *RequestModelUpdateUserDataDataEsm) HasPhoneCode() bool

HasPhoneCode returns a boolean if a field has been set.

func (RequestModelUpdateUserDataDataEsm) MarshalJSON

func (o RequestModelUpdateUserDataDataEsm) MarshalJSON() ([]byte, error)

func (*RequestModelUpdateUserDataDataEsm) SetKeywords

func (o *RequestModelUpdateUserDataDataEsm) SetKeywords(v []string)

SetKeywords gets a reference to the given []string and assigns it to the Keywords field.

func (*RequestModelUpdateUserDataDataEsm) SetPhoneCode

func (o *RequestModelUpdateUserDataDataEsm) SetPhoneCode(v string)

SetPhoneCode gets a reference to the given string and assigns it to the PhoneCode field.

func (RequestModelUpdateUserDataDataEsm) ToMap

func (o RequestModelUpdateUserDataDataEsm) ToMap() (map[string]interface{}, error)

type RequestModelZoneBodyData

type RequestModelZoneBodyData struct {
	// The domain (FQDN) the zone record belongs to
	Domain string `json:"domain"`
	// The hostname (minus the domain) the zone record is for
	Host string `json:"host"`
	// The TTL (time-to-live) value for the zone record
	Ttl *int32 `json:"ttl,omitempty"`
	// The priority of the zone record (Only applicable to record types that require it such as MX records)
	Prio *int32 `json:"prio,omitempty"`
	// The record type (A, AAAA, CNAME, etc) to use for this zone record
	Type string `json:"type"`
	// The rdata value to use for the zone record
	Rdata string `json:"rdata"`
	// The ID of the geozone based on georegion that this record should apply to
	GeozoneId *int32 `json:"geozone_id,omitempty"`
}

RequestModelZoneBodyData struct for RequestModelZoneBodyData

func NewRequestModelZoneBodyData

func NewRequestModelZoneBodyData(domain string, host string, type_ string, rdata string) *RequestModelZoneBodyData

NewRequestModelZoneBodyData instantiates a new RequestModelZoneBodyData 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 NewRequestModelZoneBodyDataWithDefaults

func NewRequestModelZoneBodyDataWithDefaults() *RequestModelZoneBodyData

NewRequestModelZoneBodyDataWithDefaults instantiates a new RequestModelZoneBodyData 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 (*RequestModelZoneBodyData) GetDomain

func (o *RequestModelZoneBodyData) GetDomain() string

GetDomain returns the Domain field value

func (*RequestModelZoneBodyData) GetDomainOk

func (o *RequestModelZoneBodyData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetGeozoneId

func (o *RequestModelZoneBodyData) GetGeozoneId() int32

GetGeozoneId returns the GeozoneId field value if set, zero value otherwise.

func (*RequestModelZoneBodyData) GetGeozoneIdOk

func (o *RequestModelZoneBodyData) GetGeozoneIdOk() (*int32, bool)

GetGeozoneIdOk returns a tuple with the GeozoneId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetHost

func (o *RequestModelZoneBodyData) GetHost() string

GetHost returns the Host field value

func (*RequestModelZoneBodyData) GetHostOk

func (o *RequestModelZoneBodyData) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetPrio

func (o *RequestModelZoneBodyData) GetPrio() int32

GetPrio returns the Prio field value if set, zero value otherwise.

func (*RequestModelZoneBodyData) GetPrioOk

func (o *RequestModelZoneBodyData) GetPrioOk() (*int32, bool)

GetPrioOk returns a tuple with the Prio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetRdata

func (o *RequestModelZoneBodyData) GetRdata() string

GetRdata returns the Rdata field value

func (*RequestModelZoneBodyData) GetRdataOk

func (o *RequestModelZoneBodyData) GetRdataOk() (*string, bool)

GetRdataOk returns a tuple with the Rdata field value and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetTtl

func (o *RequestModelZoneBodyData) GetTtl() int32

GetTtl returns the Ttl field value if set, zero value otherwise.

func (*RequestModelZoneBodyData) GetTtlOk

func (o *RequestModelZoneBodyData) GetTtlOk() (*int32, bool)

GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) GetType

func (o *RequestModelZoneBodyData) GetType() string

GetType returns the Type field value

func (*RequestModelZoneBodyData) GetTypeOk

func (o *RequestModelZoneBodyData) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestModelZoneBodyData) HasGeozoneId

func (o *RequestModelZoneBodyData) HasGeozoneId() bool

HasGeozoneId returns a boolean if a field has been set.

func (*RequestModelZoneBodyData) HasPrio

func (o *RequestModelZoneBodyData) HasPrio() bool

HasPrio returns a boolean if a field has been set.

func (*RequestModelZoneBodyData) HasTtl

func (o *RequestModelZoneBodyData) HasTtl() bool

HasTtl returns a boolean if a field has been set.

func (RequestModelZoneBodyData) MarshalJSON

func (o RequestModelZoneBodyData) MarshalJSON() ([]byte, error)

func (*RequestModelZoneBodyData) SetDomain

func (o *RequestModelZoneBodyData) SetDomain(v string)

SetDomain sets field value

func (*RequestModelZoneBodyData) SetGeozoneId

func (o *RequestModelZoneBodyData) SetGeozoneId(v int32)

SetGeozoneId gets a reference to the given int32 and assigns it to the GeozoneId field.

func (*RequestModelZoneBodyData) SetHost

func (o *RequestModelZoneBodyData) SetHost(v string)

SetHost sets field value

func (*RequestModelZoneBodyData) SetPrio

func (o *RequestModelZoneBodyData) SetPrio(v int32)

SetPrio gets a reference to the given int32 and assigns it to the Prio field.

func (*RequestModelZoneBodyData) SetRdata

func (o *RequestModelZoneBodyData) SetRdata(v string)

SetRdata sets field value

func (*RequestModelZoneBodyData) SetTtl

func (o *RequestModelZoneBodyData) SetTtl(v int32)

SetTtl gets a reference to the given int32 and assigns it to the Ttl field.

func (*RequestModelZoneBodyData) SetType

func (o *RequestModelZoneBodyData) SetType(v string)

SetType sets field value

func (RequestModelZoneBodyData) ToMap

func (o RequestModelZoneBodyData) ToMap() (map[string]interface{}, error)

func (*RequestModelZoneBodyData) UnmarshalJSON

func (o *RequestModelZoneBodyData) UnmarshalJSON(data []byte) (err error)

type RequestPrimaryNSBody

type RequestPrimaryNSBody struct {
	// Value to use as the primary NS or master for domain
	Master string `json:"master"`
}

RequestPrimaryNSBody struct for RequestPrimaryNSBody

func NewRequestPrimaryNSBody

func NewRequestPrimaryNSBody(master string) *RequestPrimaryNSBody

NewRequestPrimaryNSBody instantiates a new RequestPrimaryNSBody 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 NewRequestPrimaryNSBodyWithDefaults

func NewRequestPrimaryNSBodyWithDefaults() *RequestPrimaryNSBody

NewRequestPrimaryNSBodyWithDefaults instantiates a new RequestPrimaryNSBody 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 (*RequestPrimaryNSBody) GetMaster

func (o *RequestPrimaryNSBody) GetMaster() string

GetMaster returns the Master field value

func (*RequestPrimaryNSBody) GetMasterOk

func (o *RequestPrimaryNSBody) GetMasterOk() (*string, bool)

GetMasterOk returns a tuple with the Master field value and a boolean to check if the value has been set.

func (RequestPrimaryNSBody) MarshalJSON

func (o RequestPrimaryNSBody) MarshalJSON() ([]byte, error)

func (*RequestPrimaryNSBody) SetMaster

func (o *RequestPrimaryNSBody) SetMaster(v string)

SetMaster sets field value

func (RequestPrimaryNSBody) ToMap

func (o RequestPrimaryNSBody) ToMap() (map[string]interface{}, error)

func (*RequestPrimaryNSBody) UnmarshalJSON

func (o *RequestPrimaryNSBody) UnmarshalJSON(data []byte) (err error)

type ResultModelCheckRegistryGlue

type ResultModelCheckRegistryGlue struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                           `json:"msg"`
	Data ResultModelCheckRegistryGlueData `json:"data"`
}

ResultModelCheckRegistryGlue struct for ResultModelCheckRegistryGlue

func NewResultModelCheckRegistryGlue

func NewResultModelCheckRegistryGlue(status int32, tm int32, msg string, data ResultModelCheckRegistryGlueData) *ResultModelCheckRegistryGlue

NewResultModelCheckRegistryGlue instantiates a new ResultModelCheckRegistryGlue 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 NewResultModelCheckRegistryGlueWithDefaults

func NewResultModelCheckRegistryGlueWithDefaults() *ResultModelCheckRegistryGlue

NewResultModelCheckRegistryGlueWithDefaults instantiates a new ResultModelCheckRegistryGlue 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 (*ResultModelCheckRegistryGlue) GetData

GetData returns the Data field value

func (*ResultModelCheckRegistryGlue) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelCheckRegistryGlue) GetMsg

GetMsg returns the Msg field value

func (*ResultModelCheckRegistryGlue) GetMsgOk

func (o *ResultModelCheckRegistryGlue) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelCheckRegistryGlue) GetStatus

func (o *ResultModelCheckRegistryGlue) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelCheckRegistryGlue) GetStatusOk

func (o *ResultModelCheckRegistryGlue) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelCheckRegistryGlue) GetTm

GetTm returns the Tm field value

func (*ResultModelCheckRegistryGlue) GetTmOk

func (o *ResultModelCheckRegistryGlue) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelCheckRegistryGlue) MarshalJSON

func (o ResultModelCheckRegistryGlue) MarshalJSON() ([]byte, error)

func (*ResultModelCheckRegistryGlue) SetData

SetData sets field value

func (*ResultModelCheckRegistryGlue) SetMsg

func (o *ResultModelCheckRegistryGlue) SetMsg(v string)

SetMsg sets field value

func (*ResultModelCheckRegistryGlue) SetStatus

func (o *ResultModelCheckRegistryGlue) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelCheckRegistryGlue) SetTm

func (o *ResultModelCheckRegistryGlue) SetTm(v int32)

SetTm sets field value

func (ResultModelCheckRegistryGlue) ToMap

func (o ResultModelCheckRegistryGlue) ToMap() (map[string]interface{}, error)

func (*ResultModelCheckRegistryGlue) UnmarshalJSON

func (o *ResultModelCheckRegistryGlue) UnmarshalJSON(data []byte) (err error)

type ResultModelCheckRegistryGlueData

type ResultModelCheckRegistryGlueData struct {
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// The hostname for the glue record that was looked up
	Fqdn string `json:"fqdn"`
	// Boolean integer that indicates if the glue is configured at the registry
	Exists int32 `json:"exists"`
}

ResultModelCheckRegistryGlueData Response data related to request

func NewResultModelCheckRegistryGlueData

func NewResultModelCheckRegistryGlueData(domain string, fqdn string, exists int32) *ResultModelCheckRegistryGlueData

NewResultModelCheckRegistryGlueData instantiates a new ResultModelCheckRegistryGlueData 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 NewResultModelCheckRegistryGlueDataWithDefaults

func NewResultModelCheckRegistryGlueDataWithDefaults() *ResultModelCheckRegistryGlueData

NewResultModelCheckRegistryGlueDataWithDefaults instantiates a new ResultModelCheckRegistryGlueData 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 (*ResultModelCheckRegistryGlueData) GetDomain

GetDomain returns the Domain field value

func (*ResultModelCheckRegistryGlueData) GetDomainOk

func (o *ResultModelCheckRegistryGlueData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelCheckRegistryGlueData) GetExists

func (o *ResultModelCheckRegistryGlueData) GetExists() int32

GetExists returns the Exists field value

func (*ResultModelCheckRegistryGlueData) GetExistsOk

func (o *ResultModelCheckRegistryGlueData) GetExistsOk() (*int32, bool)

GetExistsOk returns a tuple with the Exists field value and a boolean to check if the value has been set.

func (*ResultModelCheckRegistryGlueData) GetFqdn

GetFqdn returns the Fqdn field value

func (*ResultModelCheckRegistryGlueData) GetFqdnOk

func (o *ResultModelCheckRegistryGlueData) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value and a boolean to check if the value has been set.

func (ResultModelCheckRegistryGlueData) MarshalJSON

func (o ResultModelCheckRegistryGlueData) MarshalJSON() ([]byte, error)

func (*ResultModelCheckRegistryGlueData) SetDomain

func (o *ResultModelCheckRegistryGlueData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelCheckRegistryGlueData) SetExists

func (o *ResultModelCheckRegistryGlueData) SetExists(v int32)

SetExists sets field value

func (*ResultModelCheckRegistryGlueData) SetFqdn

SetFqdn sets field value

func (ResultModelCheckRegistryGlueData) ToMap

func (o ResultModelCheckRegistryGlueData) ToMap() (map[string]interface{}, error)

func (*ResultModelCheckRegistryGlueData) UnmarshalJSON

func (o *ResultModelCheckRegistryGlueData) UnmarshalJSON(data []byte) (err error)

type ResultModelCreateDomainGlue

type ResultModelCreateDomainGlue struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                          `json:"msg"`
	Data ResultModelCreateDomainGlueData `json:"data"`
}

ResultModelCreateDomainGlue struct for ResultModelCreateDomainGlue

func NewResultModelCreateDomainGlue

func NewResultModelCreateDomainGlue(status int32, tm int32, msg string, data ResultModelCreateDomainGlueData) *ResultModelCreateDomainGlue

NewResultModelCreateDomainGlue instantiates a new ResultModelCreateDomainGlue 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 NewResultModelCreateDomainGlueWithDefaults

func NewResultModelCreateDomainGlueWithDefaults() *ResultModelCreateDomainGlue

NewResultModelCreateDomainGlueWithDefaults instantiates a new ResultModelCreateDomainGlue 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 (*ResultModelCreateDomainGlue) GetData

GetData returns the Data field value

func (*ResultModelCreateDomainGlue) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlue) GetMsg

func (o *ResultModelCreateDomainGlue) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelCreateDomainGlue) GetMsgOk

func (o *ResultModelCreateDomainGlue) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlue) GetStatus

func (o *ResultModelCreateDomainGlue) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelCreateDomainGlue) GetStatusOk

func (o *ResultModelCreateDomainGlue) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlue) GetTm

GetTm returns the Tm field value

func (*ResultModelCreateDomainGlue) GetTmOk

func (o *ResultModelCreateDomainGlue) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelCreateDomainGlue) MarshalJSON

func (o ResultModelCreateDomainGlue) MarshalJSON() ([]byte, error)

func (*ResultModelCreateDomainGlue) SetData

SetData sets field value

func (*ResultModelCreateDomainGlue) SetMsg

func (o *ResultModelCreateDomainGlue) SetMsg(v string)

SetMsg sets field value

func (*ResultModelCreateDomainGlue) SetStatus

func (o *ResultModelCreateDomainGlue) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelCreateDomainGlue) SetTm

func (o *ResultModelCreateDomainGlue) SetTm(v int32)

SetTm sets field value

func (ResultModelCreateDomainGlue) ToMap

func (o ResultModelCreateDomainGlue) ToMap() (map[string]interface{}, error)

func (*ResultModelCreateDomainGlue) UnmarshalJSON

func (o *ResultModelCreateDomainGlue) UnmarshalJSON(data []byte) (err error)

type ResultModelCreateDomainGlueData

type ResultModelCreateDomainGlueData struct {
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// The hostname that the glue record is defined for
	NameserverName string `json:"nameserver_name"`
	// The IPv4 address defined for this glue record if one is defined
	Ipaddress *string `json:"ipaddress,omitempty"`
	// The IPv6 address defined for this glue record if one is defined
	Ipv6 *string `json:"ipv6,omitempty"`
}

ResultModelCreateDomainGlueData Response data related to request

func NewResultModelCreateDomainGlueData

func NewResultModelCreateDomainGlueData(domain string, nameserverName string) *ResultModelCreateDomainGlueData

NewResultModelCreateDomainGlueData instantiates a new ResultModelCreateDomainGlueData 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 NewResultModelCreateDomainGlueDataWithDefaults

func NewResultModelCreateDomainGlueDataWithDefaults() *ResultModelCreateDomainGlueData

NewResultModelCreateDomainGlueDataWithDefaults instantiates a new ResultModelCreateDomainGlueData 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 (*ResultModelCreateDomainGlueData) GetDomain

func (o *ResultModelCreateDomainGlueData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelCreateDomainGlueData) GetDomainOk

func (o *ResultModelCreateDomainGlueData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlueData) GetIpaddress

func (o *ResultModelCreateDomainGlueData) GetIpaddress() string

GetIpaddress returns the Ipaddress field value if set, zero value otherwise.

func (*ResultModelCreateDomainGlueData) GetIpaddressOk

func (o *ResultModelCreateDomainGlueData) GetIpaddressOk() (*string, bool)

GetIpaddressOk returns a tuple with the Ipaddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlueData) GetIpv6

GetIpv6 returns the Ipv6 field value if set, zero value otherwise.

func (*ResultModelCreateDomainGlueData) GetIpv6Ok

func (o *ResultModelCreateDomainGlueData) GetIpv6Ok() (*string, bool)

GetIpv6Ok returns a tuple with the Ipv6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlueData) GetNameserverName

func (o *ResultModelCreateDomainGlueData) GetNameserverName() string

GetNameserverName returns the NameserverName field value

func (*ResultModelCreateDomainGlueData) GetNameserverNameOk

func (o *ResultModelCreateDomainGlueData) GetNameserverNameOk() (*string, bool)

GetNameserverNameOk returns a tuple with the NameserverName field value and a boolean to check if the value has been set.

func (*ResultModelCreateDomainGlueData) HasIpaddress

func (o *ResultModelCreateDomainGlueData) HasIpaddress() bool

HasIpaddress returns a boolean if a field has been set.

func (*ResultModelCreateDomainGlueData) HasIpv6

HasIpv6 returns a boolean if a field has been set.

func (ResultModelCreateDomainGlueData) MarshalJSON

func (o ResultModelCreateDomainGlueData) MarshalJSON() ([]byte, error)

func (*ResultModelCreateDomainGlueData) SetDomain

func (o *ResultModelCreateDomainGlueData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelCreateDomainGlueData) SetIpaddress

func (o *ResultModelCreateDomainGlueData) SetIpaddress(v string)

SetIpaddress gets a reference to the given string and assigns it to the Ipaddress field.

func (*ResultModelCreateDomainGlueData) SetIpv6

SetIpv6 gets a reference to the given string and assigns it to the Ipv6 field.

func (*ResultModelCreateDomainGlueData) SetNameserverName

func (o *ResultModelCreateDomainGlueData) SetNameserverName(v string)

SetNameserverName sets field value

func (ResultModelCreateDomainGlueData) ToMap

func (o ResultModelCreateDomainGlueData) ToMap() (map[string]interface{}, error)

func (*ResultModelCreateDomainGlueData) UnmarshalJSON

func (o *ResultModelCreateDomainGlueData) UnmarshalJSON(data []byte) (err error)

type ResultModelCreateUser

type ResultModelCreateUser struct {
	// Result message of request
	Msg  string                     `json:"msg"`
	Data *ResultModelCreateUserData `json:"data,omitempty"`
	// HTTP status code of result
	Status int32 `json:"status"`
}

ResultModelCreateUser struct for ResultModelCreateUser

func NewResultModelCreateUser

func NewResultModelCreateUser(msg string, status int32) *ResultModelCreateUser

NewResultModelCreateUser instantiates a new ResultModelCreateUser 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 NewResultModelCreateUserWithDefaults

func NewResultModelCreateUserWithDefaults() *ResultModelCreateUser

NewResultModelCreateUserWithDefaults instantiates a new ResultModelCreateUser 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 (*ResultModelCreateUser) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelCreateUser) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelCreateUser) GetMsg

func (o *ResultModelCreateUser) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelCreateUser) GetMsgOk

func (o *ResultModelCreateUser) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelCreateUser) GetStatus

func (o *ResultModelCreateUser) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelCreateUser) GetStatusOk

func (o *ResultModelCreateUser) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelCreateUser) HasData

func (o *ResultModelCreateUser) HasData() bool

HasData returns a boolean if a field has been set.

func (ResultModelCreateUser) MarshalJSON

func (o ResultModelCreateUser) MarshalJSON() ([]byte, error)

func (*ResultModelCreateUser) SetData

SetData gets a reference to the given ResultModelCreateUserData and assigns it to the Data field.

func (*ResultModelCreateUser) SetMsg

func (o *ResultModelCreateUser) SetMsg(v string)

SetMsg sets field value

func (*ResultModelCreateUser) SetStatus

func (o *ResultModelCreateUser) SetStatus(v int32)

SetStatus sets field value

func (ResultModelCreateUser) ToMap

func (o ResultModelCreateUser) ToMap() (map[string]interface{}, error)

func (*ResultModelCreateUser) UnmarshalJSON

func (o *ResultModelCreateUser) UnmarshalJSON(data []byte) (err error)

type ResultModelCreateUserData

type ResultModelCreateUserData struct {
	User string `json:"user"`
	// The default currency used for the new user account
	Currency string `json:"currency"`
	// New users state/province (2 letter code)
	State string `json:"state"`
	// New users country (2 letter ISO country code)
	Country string `json:"country"`
	// Primary contact email for new user account
	Email string `json:"email"`
	// The postal/zip code of the new user account
	PostalCode *string `json:"postal_code,omitempty"`
	// Primary contact number for new user account
	Phone *string `json:"phone,omitempty"`
	// First name of new user
	FirstName string `json:"first_name"`
	// Last name of new user
	LastName string `json:"last_name"`
	// API token value for the new user account. Required in combination with key to authenticate with API as new user.
	Token string `json:"token"`
	// API key value for the new user account. Required in combination with token to authenticate with API as new user. This value should be kept secret.
	Key string `json:"key"`
}

ResultModelCreateUserData struct for ResultModelCreateUserData

func NewResultModelCreateUserData

func NewResultModelCreateUserData(user string, currency string, state string, country string, email string, firstName string, lastName string, token string, key string) *ResultModelCreateUserData

NewResultModelCreateUserData instantiates a new ResultModelCreateUserData 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 NewResultModelCreateUserDataWithDefaults

func NewResultModelCreateUserDataWithDefaults() *ResultModelCreateUserData

NewResultModelCreateUserDataWithDefaults instantiates a new ResultModelCreateUserData 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 (*ResultModelCreateUserData) GetCountry

func (o *ResultModelCreateUserData) GetCountry() string

GetCountry returns the Country field value

func (*ResultModelCreateUserData) GetCountryOk

func (o *ResultModelCreateUserData) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetCurrency

func (o *ResultModelCreateUserData) GetCurrency() string

GetCurrency returns the Currency field value

func (*ResultModelCreateUserData) GetCurrencyOk

func (o *ResultModelCreateUserData) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetEmail

func (o *ResultModelCreateUserData) GetEmail() string

GetEmail returns the Email field value

func (*ResultModelCreateUserData) GetEmailOk

func (o *ResultModelCreateUserData) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetFirstName

func (o *ResultModelCreateUserData) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ResultModelCreateUserData) GetFirstNameOk

func (o *ResultModelCreateUserData) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetKey

func (o *ResultModelCreateUserData) GetKey() string

GetKey returns the Key field value

func (*ResultModelCreateUserData) GetKeyOk

func (o *ResultModelCreateUserData) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetLastName

func (o *ResultModelCreateUserData) GetLastName() string

GetLastName returns the LastName field value

func (*ResultModelCreateUserData) GetLastNameOk

func (o *ResultModelCreateUserData) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetPhone

func (o *ResultModelCreateUserData) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*ResultModelCreateUserData) GetPhoneOk

func (o *ResultModelCreateUserData) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetPostalCode

func (o *ResultModelCreateUserData) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*ResultModelCreateUserData) GetPostalCodeOk

func (o *ResultModelCreateUserData) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetState

func (o *ResultModelCreateUserData) GetState() string

GetState returns the State field value

func (*ResultModelCreateUserData) GetStateOk

func (o *ResultModelCreateUserData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetToken

func (o *ResultModelCreateUserData) GetToken() string

GetToken returns the Token field value

func (*ResultModelCreateUserData) GetTokenOk

func (o *ResultModelCreateUserData) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) GetUser

func (o *ResultModelCreateUserData) GetUser() string

GetUser returns the User field value

func (*ResultModelCreateUserData) GetUserOk

func (o *ResultModelCreateUserData) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (*ResultModelCreateUserData) HasPhone

func (o *ResultModelCreateUserData) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*ResultModelCreateUserData) HasPostalCode

func (o *ResultModelCreateUserData) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (ResultModelCreateUserData) MarshalJSON

func (o ResultModelCreateUserData) MarshalJSON() ([]byte, error)

func (*ResultModelCreateUserData) SetCountry

func (o *ResultModelCreateUserData) SetCountry(v string)

SetCountry sets field value

func (*ResultModelCreateUserData) SetCurrency

func (o *ResultModelCreateUserData) SetCurrency(v string)

SetCurrency sets field value

func (*ResultModelCreateUserData) SetEmail

func (o *ResultModelCreateUserData) SetEmail(v string)

SetEmail sets field value

func (*ResultModelCreateUserData) SetFirstName

func (o *ResultModelCreateUserData) SetFirstName(v string)

SetFirstName sets field value

func (*ResultModelCreateUserData) SetKey

func (o *ResultModelCreateUserData) SetKey(v string)

SetKey sets field value

func (*ResultModelCreateUserData) SetLastName

func (o *ResultModelCreateUserData) SetLastName(v string)

SetLastName sets field value

func (*ResultModelCreateUserData) SetPhone

func (o *ResultModelCreateUserData) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*ResultModelCreateUserData) SetPostalCode

func (o *ResultModelCreateUserData) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*ResultModelCreateUserData) SetState

func (o *ResultModelCreateUserData) SetState(v string)

SetState sets field value

func (*ResultModelCreateUserData) SetToken

func (o *ResultModelCreateUserData) SetToken(v string)

SetToken sets field value

func (*ResultModelCreateUserData) SetUser

func (o *ResultModelCreateUserData) SetUser(v string)

SetUser sets field value

func (ResultModelCreateUserData) ToMap

func (o ResultModelCreateUserData) ToMap() (map[string]interface{}, error)

func (*ResultModelCreateUserData) UnmarshalJSON

func (o *ResultModelCreateUserData) UnmarshalJSON(data []byte) (err error)

type ResultModelDeleteGlue

type ResultModelDeleteGlue struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                    `json:"msg"`
	Data ResultModelDeleteGlueData `json:"data"`
}

ResultModelDeleteGlue struct for ResultModelDeleteGlue

func NewResultModelDeleteGlue

func NewResultModelDeleteGlue(status int32, tm int32, msg string, data ResultModelDeleteGlueData) *ResultModelDeleteGlue

NewResultModelDeleteGlue instantiates a new ResultModelDeleteGlue 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 NewResultModelDeleteGlueWithDefaults

func NewResultModelDeleteGlueWithDefaults() *ResultModelDeleteGlue

NewResultModelDeleteGlueWithDefaults instantiates a new ResultModelDeleteGlue 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 (*ResultModelDeleteGlue) GetData

GetData returns the Data field value

func (*ResultModelDeleteGlue) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelDeleteGlue) GetMsg

func (o *ResultModelDeleteGlue) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelDeleteGlue) GetMsgOk

func (o *ResultModelDeleteGlue) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelDeleteGlue) GetStatus

func (o *ResultModelDeleteGlue) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelDeleteGlue) GetStatusOk

func (o *ResultModelDeleteGlue) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelDeleteGlue) GetTm

func (o *ResultModelDeleteGlue) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelDeleteGlue) GetTmOk

func (o *ResultModelDeleteGlue) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelDeleteGlue) MarshalJSON

func (o ResultModelDeleteGlue) MarshalJSON() ([]byte, error)

func (*ResultModelDeleteGlue) SetData

SetData sets field value

func (*ResultModelDeleteGlue) SetMsg

func (o *ResultModelDeleteGlue) SetMsg(v string)

SetMsg sets field value

func (*ResultModelDeleteGlue) SetStatus

func (o *ResultModelDeleteGlue) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelDeleteGlue) SetTm

func (o *ResultModelDeleteGlue) SetTm(v int32)

SetTm sets field value

func (ResultModelDeleteGlue) ToMap

func (o ResultModelDeleteGlue) ToMap() (map[string]interface{}, error)

func (*ResultModelDeleteGlue) UnmarshalJSON

func (o *ResultModelDeleteGlue) UnmarshalJSON(data []byte) (err error)

type ResultModelDeleteGlueData

type ResultModelDeleteGlueData struct {
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// The hostname for the glue record that was looked up
	Fqdn string `json:"fqdn"`
}

ResultModelDeleteGlueData Response data related to request

func NewResultModelDeleteGlueData

func NewResultModelDeleteGlueData(domain string, fqdn string) *ResultModelDeleteGlueData

NewResultModelDeleteGlueData instantiates a new ResultModelDeleteGlueData 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 NewResultModelDeleteGlueDataWithDefaults

func NewResultModelDeleteGlueDataWithDefaults() *ResultModelDeleteGlueData

NewResultModelDeleteGlueDataWithDefaults instantiates a new ResultModelDeleteGlueData 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 (*ResultModelDeleteGlueData) GetDomain

func (o *ResultModelDeleteGlueData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelDeleteGlueData) GetDomainOk

func (o *ResultModelDeleteGlueData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelDeleteGlueData) GetFqdn

func (o *ResultModelDeleteGlueData) GetFqdn() string

GetFqdn returns the Fqdn field value

func (*ResultModelDeleteGlueData) GetFqdnOk

func (o *ResultModelDeleteGlueData) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value and a boolean to check if the value has been set.

func (ResultModelDeleteGlueData) MarshalJSON

func (o ResultModelDeleteGlueData) MarshalJSON() ([]byte, error)

func (*ResultModelDeleteGlueData) SetDomain

func (o *ResultModelDeleteGlueData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelDeleteGlueData) SetFqdn

func (o *ResultModelDeleteGlueData) SetFqdn(v string)

SetFqdn sets field value

func (ResultModelDeleteGlueData) ToMap

func (o ResultModelDeleteGlueData) ToMap() (map[string]interface{}, error)

func (*ResultModelDeleteGlueData) UnmarshalJSON

func (o *ResultModelDeleteGlueData) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainCreate

type ResultModelDomainCreate struct {
	Msg    string                        `json:"msg"`
	Data   []ResultModelDomainCreateData `json:"data,omitempty"`
	Status string                        `json:"status"`
}

ResultModelDomainCreate struct for ResultModelDomainCreate

func NewResultModelDomainCreate

func NewResultModelDomainCreate(msg string, status string) *ResultModelDomainCreate

NewResultModelDomainCreate instantiates a new ResultModelDomainCreate 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 NewResultModelDomainCreateWithDefaults

func NewResultModelDomainCreateWithDefaults() *ResultModelDomainCreate

NewResultModelDomainCreateWithDefaults instantiates a new ResultModelDomainCreate 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 (*ResultModelDomainCreate) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelDomainCreate) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainCreate) GetMsg

func (o *ResultModelDomainCreate) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelDomainCreate) GetMsgOk

func (o *ResultModelDomainCreate) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreate) GetStatus

func (o *ResultModelDomainCreate) GetStatus() string

GetStatus returns the Status field value

func (*ResultModelDomainCreate) GetStatusOk

func (o *ResultModelDomainCreate) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreate) HasData

func (o *ResultModelDomainCreate) HasData() bool

HasData returns a boolean if a field has been set.

func (ResultModelDomainCreate) MarshalJSON

func (o ResultModelDomainCreate) MarshalJSON() ([]byte, error)

func (*ResultModelDomainCreate) SetData

SetData gets a reference to the given []ResultModelDomainCreateData and assigns it to the Data field.

func (*ResultModelDomainCreate) SetMsg

func (o *ResultModelDomainCreate) SetMsg(v string)

SetMsg sets field value

func (*ResultModelDomainCreate) SetStatus

func (o *ResultModelDomainCreate) SetStatus(v string)

SetStatus sets field value

func (ResultModelDomainCreate) ToMap

func (o ResultModelDomainCreate) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainCreate) UnmarshalJSON

func (o *ResultModelDomainCreate) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainCreateData

type ResultModelDomainCreateData struct {
	// The domain name processed as part of the request
	Domain string `json:"domain"`
	// The period (in years) to create the domain for on the system/registry (if applicable)
	Term int32 `json:"term"`
	// The service ID the domain was created as
	Service int32  `json:"service"`
	Tld     string `json:"tld"`
	// The ID of the invoice that was created and processed to fullfill the request
	InvId int32 `json:"inv_id"`
	// The currency used to process the invoice
	Currency *string `json:"currency,omitempty"`
	User     *string `json:"user,omitempty"`
}

ResultModelDomainCreateData struct for ResultModelDomainCreateData

func NewResultModelDomainCreateData

func NewResultModelDomainCreateData(domain string, term int32, service int32, tld string, invId int32) *ResultModelDomainCreateData

NewResultModelDomainCreateData instantiates a new ResultModelDomainCreateData 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 NewResultModelDomainCreateDataWithDefaults

func NewResultModelDomainCreateDataWithDefaults() *ResultModelDomainCreateData

NewResultModelDomainCreateDataWithDefaults instantiates a new ResultModelDomainCreateData 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 (*ResultModelDomainCreateData) GetCurrency

func (o *ResultModelDomainCreateData) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*ResultModelDomainCreateData) GetCurrencyOk

func (o *ResultModelDomainCreateData) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetDomain

func (o *ResultModelDomainCreateData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelDomainCreateData) GetDomainOk

func (o *ResultModelDomainCreateData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetInvId

func (o *ResultModelDomainCreateData) GetInvId() int32

GetInvId returns the InvId field value

func (*ResultModelDomainCreateData) GetInvIdOk

func (o *ResultModelDomainCreateData) GetInvIdOk() (*int32, bool)

GetInvIdOk returns a tuple with the InvId field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetService

func (o *ResultModelDomainCreateData) GetService() int32

GetService returns the Service field value

func (*ResultModelDomainCreateData) GetServiceOk

func (o *ResultModelDomainCreateData) GetServiceOk() (*int32, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetTerm

func (o *ResultModelDomainCreateData) GetTerm() int32

GetTerm returns the Term field value

func (*ResultModelDomainCreateData) GetTermOk

func (o *ResultModelDomainCreateData) GetTermOk() (*int32, bool)

GetTermOk returns a tuple with the Term field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetTld

func (o *ResultModelDomainCreateData) GetTld() string

GetTld returns the Tld field value

func (*ResultModelDomainCreateData) GetTldOk

func (o *ResultModelDomainCreateData) GetTldOk() (*string, bool)

GetTldOk returns a tuple with the Tld field value and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) GetUser

func (o *ResultModelDomainCreateData) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*ResultModelDomainCreateData) GetUserOk

func (o *ResultModelDomainCreateData) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainCreateData) HasCurrency

func (o *ResultModelDomainCreateData) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*ResultModelDomainCreateData) HasUser

func (o *ResultModelDomainCreateData) HasUser() bool

HasUser returns a boolean if a field has been set.

func (ResultModelDomainCreateData) MarshalJSON

func (o ResultModelDomainCreateData) MarshalJSON() ([]byte, error)

func (*ResultModelDomainCreateData) SetCurrency

func (o *ResultModelDomainCreateData) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*ResultModelDomainCreateData) SetDomain

func (o *ResultModelDomainCreateData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelDomainCreateData) SetInvId

func (o *ResultModelDomainCreateData) SetInvId(v int32)

SetInvId sets field value

func (*ResultModelDomainCreateData) SetService

func (o *ResultModelDomainCreateData) SetService(v int32)

SetService sets field value

func (*ResultModelDomainCreateData) SetTerm

func (o *ResultModelDomainCreateData) SetTerm(v int32)

SetTerm sets field value

func (*ResultModelDomainCreateData) SetTld

func (o *ResultModelDomainCreateData) SetTld(v string)

SetTld sets field value

func (*ResultModelDomainCreateData) SetUser

func (o *ResultModelDomainCreateData) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (ResultModelDomainCreateData) ToMap

func (o ResultModelDomainCreateData) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainCreateData) UnmarshalJSON

func (o *ResultModelDomainCreateData) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainDelete

type ResultModelDomainDelete struct {
	Msg    string                        `json:"msg"`
	Data   []ResultModelDomainDeleteData `json:"data,omitempty"`
	Status string                        `json:"status"`
}

ResultModelDomainDelete struct for ResultModelDomainDelete

func NewResultModelDomainDelete

func NewResultModelDomainDelete(msg string, status string) *ResultModelDomainDelete

NewResultModelDomainDelete instantiates a new ResultModelDomainDelete 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 NewResultModelDomainDeleteWithDefaults

func NewResultModelDomainDeleteWithDefaults() *ResultModelDomainDelete

NewResultModelDomainDeleteWithDefaults instantiates a new ResultModelDomainDelete 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 (*ResultModelDomainDelete) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelDomainDelete) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainDelete) GetMsg

func (o *ResultModelDomainDelete) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelDomainDelete) GetMsgOk

func (o *ResultModelDomainDelete) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelDomainDelete) GetStatus

func (o *ResultModelDomainDelete) GetStatus() string

GetStatus returns the Status field value

func (*ResultModelDomainDelete) GetStatusOk

func (o *ResultModelDomainDelete) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelDomainDelete) HasData

func (o *ResultModelDomainDelete) HasData() bool

HasData returns a boolean if a field has been set.

func (ResultModelDomainDelete) MarshalJSON

func (o ResultModelDomainDelete) MarshalJSON() ([]byte, error)

func (*ResultModelDomainDelete) SetData

SetData gets a reference to the given []ResultModelDomainDeleteData and assigns it to the Data field.

func (*ResultModelDomainDelete) SetMsg

func (o *ResultModelDomainDelete) SetMsg(v string)

SetMsg sets field value

func (*ResultModelDomainDelete) SetStatus

func (o *ResultModelDomainDelete) SetStatus(v string)

SetStatus sets field value

func (ResultModelDomainDelete) ToMap

func (o ResultModelDomainDelete) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainDelete) UnmarshalJSON

func (o *ResultModelDomainDelete) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainDeleteData

type ResultModelDomainDeleteData struct {
	// The domain that was deleted
	Domain string `json:"domain"`
}

ResultModelDomainDeleteData struct for ResultModelDomainDeleteData

func NewResultModelDomainDeleteData

func NewResultModelDomainDeleteData(domain string) *ResultModelDomainDeleteData

NewResultModelDomainDeleteData instantiates a new ResultModelDomainDeleteData 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 NewResultModelDomainDeleteDataWithDefaults

func NewResultModelDomainDeleteDataWithDefaults() *ResultModelDomainDeleteData

NewResultModelDomainDeleteDataWithDefaults instantiates a new ResultModelDomainDeleteData 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 (*ResultModelDomainDeleteData) GetDomain

func (o *ResultModelDomainDeleteData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelDomainDeleteData) GetDomainOk

func (o *ResultModelDomainDeleteData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (ResultModelDomainDeleteData) MarshalJSON

func (o ResultModelDomainDeleteData) MarshalJSON() ([]byte, error)

func (*ResultModelDomainDeleteData) SetDomain

func (o *ResultModelDomainDeleteData) SetDomain(v string)

SetDomain sets field value

func (ResultModelDomainDeleteData) ToMap

func (o ResultModelDomainDeleteData) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainDeleteData) UnmarshalJSON

func (o *ResultModelDomainDeleteData) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainInfo

type ResultModelDomainInfo struct {
	// Successful result message
	Msg string `json:"msg"`
	// The unix epoch timestamp of the request
	Tm   int64                     `json:"tm"`
	Data ResultModelDomainInfoData `json:"data"`
	// The HTTP status code for the result
	Status int64 `json:"status"`
}

ResultModelDomainInfo struct for ResultModelDomainInfo

func NewResultModelDomainInfo

func NewResultModelDomainInfo(msg string, tm int64, data ResultModelDomainInfoData, status int64) *ResultModelDomainInfo

NewResultModelDomainInfo instantiates a new ResultModelDomainInfo 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 NewResultModelDomainInfoWithDefaults

func NewResultModelDomainInfoWithDefaults() *ResultModelDomainInfo

NewResultModelDomainInfoWithDefaults instantiates a new ResultModelDomainInfo 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 (*ResultModelDomainInfo) GetData

GetData returns the Data field value

func (*ResultModelDomainInfo) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfo) GetMsg

func (o *ResultModelDomainInfo) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelDomainInfo) GetMsgOk

func (o *ResultModelDomainInfo) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfo) GetStatus

func (o *ResultModelDomainInfo) GetStatus() int64

GetStatus returns the Status field value

func (*ResultModelDomainInfo) GetStatusOk

func (o *ResultModelDomainInfo) GetStatusOk() (*int64, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfo) GetTm

func (o *ResultModelDomainInfo) GetTm() int64

GetTm returns the Tm field value

func (*ResultModelDomainInfo) GetTmOk

func (o *ResultModelDomainInfo) GetTmOk() (*int64, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelDomainInfo) MarshalJSON

func (o ResultModelDomainInfo) MarshalJSON() ([]byte, error)

func (*ResultModelDomainInfo) SetData

SetData sets field value

func (*ResultModelDomainInfo) SetMsg

func (o *ResultModelDomainInfo) SetMsg(v string)

SetMsg sets field value

func (*ResultModelDomainInfo) SetStatus

func (o *ResultModelDomainInfo) SetStatus(v int64)

SetStatus sets field value

func (*ResultModelDomainInfo) SetTm

func (o *ResultModelDomainInfo) SetTm(v int64)

SetTm sets field value

func (ResultModelDomainInfo) ToMap

func (o ResultModelDomainInfo) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainInfo) UnmarshalJSON

func (o *ResultModelDomainInfo) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainInfoData

type ResultModelDomainInfoData struct {
	// The exact identifier for domain. Almost always just the domain name
	Id *string `json:"id,omitempty"`
	// The domain name the returned information is associated with
	Domain string `json:"domain"`
	// Does the domain currently exist at the registry
	Exists string `json:"exists"`
	// Does the domain currently exist on the system
	Onsystem string `json:"onsystem"`
	// Expiry date of the domain if it differs from the next_due date. Domains without registration will return a value of \"false\"
	Expiry string `json:"expiry"`
	// The date the service for the domain is next due
	NextDue string `json:"next_due"`
	// When cloning is enabled this will indicate the domain that is being cloned
	ClonedTo *string `json:"cloned_to,omitempty"`
	// The service ID that the domain is currently using
	Service int32 `json:"service"`
	// Indicates the ID of the subscription block the domain is associated with when applicable
	SubBlock *int32 `json:"sub_block,omitempty"`
}

ResultModelDomainInfoData struct for ResultModelDomainInfoData

func NewResultModelDomainInfoData

func NewResultModelDomainInfoData(domain string, exists string, onsystem string, expiry string, nextDue string, service int32) *ResultModelDomainInfoData

NewResultModelDomainInfoData instantiates a new ResultModelDomainInfoData 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 NewResultModelDomainInfoDataWithDefaults

func NewResultModelDomainInfoDataWithDefaults() *ResultModelDomainInfoData

NewResultModelDomainInfoDataWithDefaults instantiates a new ResultModelDomainInfoData 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 (*ResultModelDomainInfoData) GetClonedTo

func (o *ResultModelDomainInfoData) GetClonedTo() string

GetClonedTo returns the ClonedTo field value if set, zero value otherwise.

func (*ResultModelDomainInfoData) GetClonedToOk

func (o *ResultModelDomainInfoData) GetClonedToOk() (*string, bool)

GetClonedToOk returns a tuple with the ClonedTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetDomain

func (o *ResultModelDomainInfoData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelDomainInfoData) GetDomainOk

func (o *ResultModelDomainInfoData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetExists

func (o *ResultModelDomainInfoData) GetExists() string

GetExists returns the Exists field value

func (*ResultModelDomainInfoData) GetExistsOk

func (o *ResultModelDomainInfoData) GetExistsOk() (*string, bool)

GetExistsOk returns a tuple with the Exists field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetExpiry

func (o *ResultModelDomainInfoData) GetExpiry() string

GetExpiry returns the Expiry field value

func (*ResultModelDomainInfoData) GetExpiryOk

func (o *ResultModelDomainInfoData) GetExpiryOk() (*string, bool)

GetExpiryOk returns a tuple with the Expiry field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetId

func (o *ResultModelDomainInfoData) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ResultModelDomainInfoData) GetIdOk

func (o *ResultModelDomainInfoData) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetNextDue

func (o *ResultModelDomainInfoData) GetNextDue() string

GetNextDue returns the NextDue field value

func (*ResultModelDomainInfoData) GetNextDueOk

func (o *ResultModelDomainInfoData) GetNextDueOk() (*string, bool)

GetNextDueOk returns a tuple with the NextDue field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetOnsystem

func (o *ResultModelDomainInfoData) GetOnsystem() string

GetOnsystem returns the Onsystem field value

func (*ResultModelDomainInfoData) GetOnsystemOk

func (o *ResultModelDomainInfoData) GetOnsystemOk() (*string, bool)

GetOnsystemOk returns a tuple with the Onsystem field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetService

func (o *ResultModelDomainInfoData) GetService() int32

GetService returns the Service field value

func (*ResultModelDomainInfoData) GetServiceOk

func (o *ResultModelDomainInfoData) GetServiceOk() (*int32, bool)

GetServiceOk returns a tuple with the Service field value and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) GetSubBlock

func (o *ResultModelDomainInfoData) GetSubBlock() int32

GetSubBlock returns the SubBlock field value if set, zero value otherwise.

func (*ResultModelDomainInfoData) GetSubBlockOk

func (o *ResultModelDomainInfoData) GetSubBlockOk() (*int32, bool)

GetSubBlockOk returns a tuple with the SubBlock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelDomainInfoData) HasClonedTo

func (o *ResultModelDomainInfoData) HasClonedTo() bool

HasClonedTo returns a boolean if a field has been set.

func (*ResultModelDomainInfoData) HasId

func (o *ResultModelDomainInfoData) HasId() bool

HasId returns a boolean if a field has been set.

func (*ResultModelDomainInfoData) HasSubBlock

func (o *ResultModelDomainInfoData) HasSubBlock() bool

HasSubBlock returns a boolean if a field has been set.

func (ResultModelDomainInfoData) MarshalJSON

func (o ResultModelDomainInfoData) MarshalJSON() ([]byte, error)

func (*ResultModelDomainInfoData) SetClonedTo

func (o *ResultModelDomainInfoData) SetClonedTo(v string)

SetClonedTo gets a reference to the given string and assigns it to the ClonedTo field.

func (*ResultModelDomainInfoData) SetDomain

func (o *ResultModelDomainInfoData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelDomainInfoData) SetExists

func (o *ResultModelDomainInfoData) SetExists(v string)

SetExists sets field value

func (*ResultModelDomainInfoData) SetExpiry

func (o *ResultModelDomainInfoData) SetExpiry(v string)

SetExpiry sets field value

func (*ResultModelDomainInfoData) SetId

func (o *ResultModelDomainInfoData) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ResultModelDomainInfoData) SetNextDue

func (o *ResultModelDomainInfoData) SetNextDue(v string)

SetNextDue sets field value

func (*ResultModelDomainInfoData) SetOnsystem

func (o *ResultModelDomainInfoData) SetOnsystem(v string)

SetOnsystem sets field value

func (*ResultModelDomainInfoData) SetService

func (o *ResultModelDomainInfoData) SetService(v int32)

SetService sets field value

func (*ResultModelDomainInfoData) SetSubBlock

func (o *ResultModelDomainInfoData) SetSubBlock(v int32)

SetSubBlock gets a reference to the given int32 and assigns it to the SubBlock field.

func (ResultModelDomainInfoData) ToMap

func (o ResultModelDomainInfoData) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainInfoData) UnmarshalJSON

func (o *ResultModelDomainInfoData) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainNameservers

type ResultModelDomainNameservers struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                           `json:"msg"`
	Data ResultModelDomainNameserversData `json:"data"`
}

ResultModelDomainNameservers struct for ResultModelDomainNameservers

func NewResultModelDomainNameservers

func NewResultModelDomainNameservers(status int32, tm int32, msg string, data ResultModelDomainNameserversData) *ResultModelDomainNameservers

NewResultModelDomainNameservers instantiates a new ResultModelDomainNameservers 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 NewResultModelDomainNameserversWithDefaults

func NewResultModelDomainNameserversWithDefaults() *ResultModelDomainNameservers

NewResultModelDomainNameserversWithDefaults instantiates a new ResultModelDomainNameservers 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 (*ResultModelDomainNameservers) GetData

GetData returns the Data field value

func (*ResultModelDomainNameservers) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelDomainNameservers) GetMsg

GetMsg returns the Msg field value

func (*ResultModelDomainNameservers) GetMsgOk

func (o *ResultModelDomainNameservers) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelDomainNameservers) GetStatus

func (o *ResultModelDomainNameservers) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelDomainNameservers) GetStatusOk

func (o *ResultModelDomainNameservers) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelDomainNameservers) GetTm

GetTm returns the Tm field value

func (*ResultModelDomainNameservers) GetTmOk

func (o *ResultModelDomainNameservers) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelDomainNameservers) MarshalJSON

func (o ResultModelDomainNameservers) MarshalJSON() ([]byte, error)

func (*ResultModelDomainNameservers) SetData

SetData sets field value

func (*ResultModelDomainNameservers) SetMsg

func (o *ResultModelDomainNameservers) SetMsg(v string)

SetMsg sets field value

func (*ResultModelDomainNameservers) SetStatus

func (o *ResultModelDomainNameservers) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelDomainNameservers) SetTm

func (o *ResultModelDomainNameservers) SetTm(v int32)

SetTm sets field value

func (ResultModelDomainNameservers) ToMap

func (o ResultModelDomainNameservers) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainNameservers) UnmarshalJSON

func (o *ResultModelDomainNameservers) UnmarshalJSON(data []byte) (err error)

type ResultModelDomainNameserversData

type ResultModelDomainNameserversData struct {
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// The list of nameservers assigned to the domain
	Nameservers []string `json:"nameservers"`
}

ResultModelDomainNameserversData Response data related to request

func NewResultModelDomainNameserversData

func NewResultModelDomainNameserversData(domain string, nameservers []string) *ResultModelDomainNameserversData

NewResultModelDomainNameserversData instantiates a new ResultModelDomainNameserversData 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 NewResultModelDomainNameserversDataWithDefaults

func NewResultModelDomainNameserversDataWithDefaults() *ResultModelDomainNameserversData

NewResultModelDomainNameserversDataWithDefaults instantiates a new ResultModelDomainNameserversData 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 (*ResultModelDomainNameserversData) GetDomain

GetDomain returns the Domain field value

func (*ResultModelDomainNameserversData) GetDomainOk

func (o *ResultModelDomainNameserversData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelDomainNameserversData) GetNameservers

func (o *ResultModelDomainNameserversData) GetNameservers() []string

GetNameservers returns the Nameservers field value

func (*ResultModelDomainNameserversData) GetNameserversOk

func (o *ResultModelDomainNameserversData) GetNameserversOk() ([]string, bool)

GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.

func (ResultModelDomainNameserversData) MarshalJSON

func (o ResultModelDomainNameserversData) MarshalJSON() ([]byte, error)

func (*ResultModelDomainNameserversData) SetDomain

func (o *ResultModelDomainNameserversData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelDomainNameserversData) SetNameservers

func (o *ResultModelDomainNameserversData) SetNameservers(v []string)

SetNameservers sets field value

func (ResultModelDomainNameserversData) ToMap

func (o ResultModelDomainNameserversData) ToMap() (map[string]interface{}, error)

func (*ResultModelDomainNameserversData) UnmarshalJSON

func (o *ResultModelDomainNameserversData) UnmarshalJSON(data []byte) (err error)

type ResultModelGeoList

type ResultModelGeoList struct {
	// Successful result message
	Msg string `json:"msg"`
	// The unix epoch timestamp of the request
	Tm   int64                    `json:"tm"`
	Data []ResultModelGeoListData `json:"data"`
	// Number of records returned on page
	Count *int32 `json:"count,omitempty"`
	// Total number of records on all pages
	Total *int32 `json:"total,omitempty"`
	// Index of record to start paginated results
	Start *int32 `json:"start,omitempty"`
	// Maximum number of records to return per page
	Max *int32 `json:"max,omitempty"`
	// The HTTP status code for the result
	Status int64 `json:"status"`
}

ResultModelGeoList struct for ResultModelGeoList

func NewResultModelGeoList

func NewResultModelGeoList(msg string, tm int64, data []ResultModelGeoListData, status int64) *ResultModelGeoList

NewResultModelGeoList instantiates a new ResultModelGeoList 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 NewResultModelGeoListWithDefaults

func NewResultModelGeoListWithDefaults() *ResultModelGeoList

NewResultModelGeoListWithDefaults instantiates a new ResultModelGeoList 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 (*ResultModelGeoList) GetCount

func (o *ResultModelGeoList) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ResultModelGeoList) GetCountOk

func (o *ResultModelGeoList) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetData

GetData returns the Data field value

func (*ResultModelGeoList) GetDataOk

func (o *ResultModelGeoList) GetDataOk() ([]ResultModelGeoListData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetMax

func (o *ResultModelGeoList) GetMax() int32

GetMax returns the Max field value if set, zero value otherwise.

func (*ResultModelGeoList) GetMaxOk

func (o *ResultModelGeoList) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetMsg

func (o *ResultModelGeoList) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelGeoList) GetMsgOk

func (o *ResultModelGeoList) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetStart

func (o *ResultModelGeoList) GetStart() int32

GetStart returns the Start field value if set, zero value otherwise.

func (*ResultModelGeoList) GetStartOk

func (o *ResultModelGeoList) GetStartOk() (*int32, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetStatus

func (o *ResultModelGeoList) GetStatus() int64

GetStatus returns the Status field value

func (*ResultModelGeoList) GetStatusOk

func (o *ResultModelGeoList) GetStatusOk() (*int64, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetTm

func (o *ResultModelGeoList) GetTm() int64

GetTm returns the Tm field value

func (*ResultModelGeoList) GetTmOk

func (o *ResultModelGeoList) GetTmOk() (*int64, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (*ResultModelGeoList) GetTotal

func (o *ResultModelGeoList) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*ResultModelGeoList) GetTotalOk

func (o *ResultModelGeoList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGeoList) HasCount

func (o *ResultModelGeoList) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ResultModelGeoList) HasMax

func (o *ResultModelGeoList) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*ResultModelGeoList) HasStart

func (o *ResultModelGeoList) HasStart() bool

HasStart returns a boolean if a field has been set.

func (*ResultModelGeoList) HasTotal

func (o *ResultModelGeoList) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (ResultModelGeoList) MarshalJSON

func (o ResultModelGeoList) MarshalJSON() ([]byte, error)

func (*ResultModelGeoList) SetCount

func (o *ResultModelGeoList) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ResultModelGeoList) SetData

SetData sets field value

func (*ResultModelGeoList) SetMax

func (o *ResultModelGeoList) SetMax(v int32)

SetMax gets a reference to the given int32 and assigns it to the Max field.

func (*ResultModelGeoList) SetMsg

func (o *ResultModelGeoList) SetMsg(v string)

SetMsg sets field value

func (*ResultModelGeoList) SetStart

func (o *ResultModelGeoList) SetStart(v int32)

SetStart gets a reference to the given int32 and assigns it to the Start field.

func (*ResultModelGeoList) SetStatus

func (o *ResultModelGeoList) SetStatus(v int64)

SetStatus sets field value

func (*ResultModelGeoList) SetTm

func (o *ResultModelGeoList) SetTm(v int64)

SetTm sets field value

func (*ResultModelGeoList) SetTotal

func (o *ResultModelGeoList) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (ResultModelGeoList) ToMap

func (o ResultModelGeoList) ToMap() (map[string]interface{}, error)

func (*ResultModelGeoList) UnmarshalJSON

func (o *ResultModelGeoList) UnmarshalJSON(data []byte) (err error)

type ResultModelGeoListData

type ResultModelGeoListData struct {
	// The numeric ID of the described geo region
	Id int32 `json:"id"`
	// The short name for the described geo region
	GeoCode string `json:"geo_code"`
	// Phyisical location of the described geo region
	Location string `json:"location"`
}

ResultModelGeoListData struct for ResultModelGeoListData

func NewResultModelGeoListData

func NewResultModelGeoListData(id int32, geoCode string, location string) *ResultModelGeoListData

NewResultModelGeoListData instantiates a new ResultModelGeoListData 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 NewResultModelGeoListDataWithDefaults

func NewResultModelGeoListDataWithDefaults() *ResultModelGeoListData

NewResultModelGeoListDataWithDefaults instantiates a new ResultModelGeoListData 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 (*ResultModelGeoListData) GetGeoCode

func (o *ResultModelGeoListData) GetGeoCode() string

GetGeoCode returns the GeoCode field value

func (*ResultModelGeoListData) GetGeoCodeOk

func (o *ResultModelGeoListData) GetGeoCodeOk() (*string, bool)

GetGeoCodeOk returns a tuple with the GeoCode field value and a boolean to check if the value has been set.

func (*ResultModelGeoListData) GetId

func (o *ResultModelGeoListData) GetId() int32

GetId returns the Id field value

func (*ResultModelGeoListData) GetIdOk

func (o *ResultModelGeoListData) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResultModelGeoListData) GetLocation

func (o *ResultModelGeoListData) GetLocation() string

GetLocation returns the Location field value

func (*ResultModelGeoListData) GetLocationOk

func (o *ResultModelGeoListData) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (ResultModelGeoListData) MarshalJSON

func (o ResultModelGeoListData) MarshalJSON() ([]byte, error)

func (*ResultModelGeoListData) SetGeoCode

func (o *ResultModelGeoListData) SetGeoCode(v string)

SetGeoCode sets field value

func (*ResultModelGeoListData) SetId

func (o *ResultModelGeoListData) SetId(v int32)

SetId sets field value

func (*ResultModelGeoListData) SetLocation

func (o *ResultModelGeoListData) SetLocation(v string)

SetLocation sets field value

func (ResultModelGeoListData) ToMap

func (o ResultModelGeoListData) ToMap() (map[string]interface{}, error)

func (*ResultModelGeoListData) UnmarshalJSON

func (o *ResultModelGeoListData) UnmarshalJSON(data []byte) (err error)

type ResultModelGetDomainGlue

type ResultModelGetDomainGlue struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                       `json:"msg"`
	Data ResultModelGetDomainGlueData `json:"data"`
}

ResultModelGetDomainGlue struct for ResultModelGetDomainGlue

func NewResultModelGetDomainGlue

func NewResultModelGetDomainGlue(status int32, tm int32, msg string, data ResultModelGetDomainGlueData) *ResultModelGetDomainGlue

NewResultModelGetDomainGlue instantiates a new ResultModelGetDomainGlue 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 NewResultModelGetDomainGlueWithDefaults

func NewResultModelGetDomainGlueWithDefaults() *ResultModelGetDomainGlue

NewResultModelGetDomainGlueWithDefaults instantiates a new ResultModelGetDomainGlue 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 (*ResultModelGetDomainGlue) GetData

GetData returns the Data field value

func (*ResultModelGetDomainGlue) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlue) GetMsg

func (o *ResultModelGetDomainGlue) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelGetDomainGlue) GetMsgOk

func (o *ResultModelGetDomainGlue) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlue) GetStatus

func (o *ResultModelGetDomainGlue) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelGetDomainGlue) GetStatusOk

func (o *ResultModelGetDomainGlue) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlue) GetTm

func (o *ResultModelGetDomainGlue) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelGetDomainGlue) GetTmOk

func (o *ResultModelGetDomainGlue) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelGetDomainGlue) MarshalJSON

func (o ResultModelGetDomainGlue) MarshalJSON() ([]byte, error)

func (*ResultModelGetDomainGlue) SetData

SetData sets field value

func (*ResultModelGetDomainGlue) SetMsg

func (o *ResultModelGetDomainGlue) SetMsg(v string)

SetMsg sets field value

func (*ResultModelGetDomainGlue) SetStatus

func (o *ResultModelGetDomainGlue) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelGetDomainGlue) SetTm

func (o *ResultModelGetDomainGlue) SetTm(v int32)

SetTm sets field value

func (ResultModelGetDomainGlue) ToMap

func (o ResultModelGetDomainGlue) ToMap() (map[string]interface{}, error)

func (*ResultModelGetDomainGlue) UnmarshalJSON

func (o *ResultModelGetDomainGlue) UnmarshalJSON(data []byte) (err error)

type ResultModelGetDomainGlueData

type ResultModelGetDomainGlueData struct {
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// Total number of glue records returned for domain
	Total int32 `json:"total"`
	// The list of glue records for a domain
	GlueRecords []ResultModelGetDomainGlueItem `json:"glue_records"`
}

ResultModelGetDomainGlueData Response data related to request

func NewResultModelGetDomainGlueData

func NewResultModelGetDomainGlueData(domain string, total int32, glueRecords []ResultModelGetDomainGlueItem) *ResultModelGetDomainGlueData

NewResultModelGetDomainGlueData instantiates a new ResultModelGetDomainGlueData 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 NewResultModelGetDomainGlueDataWithDefaults

func NewResultModelGetDomainGlueDataWithDefaults() *ResultModelGetDomainGlueData

NewResultModelGetDomainGlueDataWithDefaults instantiates a new ResultModelGetDomainGlueData 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 (*ResultModelGetDomainGlueData) GetDomain

func (o *ResultModelGetDomainGlueData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelGetDomainGlueData) GetDomainOk

func (o *ResultModelGetDomainGlueData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueData) GetGlueRecords

GetGlueRecords returns the GlueRecords field value

func (*ResultModelGetDomainGlueData) GetGlueRecordsOk

GetGlueRecordsOk returns a tuple with the GlueRecords field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueData) GetTotal

func (o *ResultModelGetDomainGlueData) GetTotal() int32

GetTotal returns the Total field value

func (*ResultModelGetDomainGlueData) GetTotalOk

func (o *ResultModelGetDomainGlueData) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (ResultModelGetDomainGlueData) MarshalJSON

func (o ResultModelGetDomainGlueData) MarshalJSON() ([]byte, error)

func (*ResultModelGetDomainGlueData) SetDomain

func (o *ResultModelGetDomainGlueData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelGetDomainGlueData) SetGlueRecords

SetGlueRecords sets field value

func (*ResultModelGetDomainGlueData) SetTotal

func (o *ResultModelGetDomainGlueData) SetTotal(v int32)

SetTotal sets field value

func (ResultModelGetDomainGlueData) ToMap

func (o ResultModelGetDomainGlueData) ToMap() (map[string]interface{}, error)

func (*ResultModelGetDomainGlueData) UnmarshalJSON

func (o *ResultModelGetDomainGlueData) UnmarshalJSON(data []byte) (err error)

type ResultModelGetDomainGlueItem

type ResultModelGetDomainGlueItem struct {
	// The hostname that the glue record is defined for
	Name string `json:"name"`
	// The domain the glue records are provided by
	Domain string `json:"domain"`
	// The IPv4 address defined for this glue record if one is defined
	Ipaddress *string `json:"ipaddress,omitempty"`
	// The IPv6 address defined for this glue record if one is defined
	Ipv6 *string `json:"ipv6,omitempty"`
}

ResultModelGetDomainGlueItem struct for ResultModelGetDomainGlueItem

func NewResultModelGetDomainGlueItem

func NewResultModelGetDomainGlueItem(name string, domain string) *ResultModelGetDomainGlueItem

NewResultModelGetDomainGlueItem instantiates a new ResultModelGetDomainGlueItem 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 NewResultModelGetDomainGlueItemWithDefaults

func NewResultModelGetDomainGlueItemWithDefaults() *ResultModelGetDomainGlueItem

NewResultModelGetDomainGlueItemWithDefaults instantiates a new ResultModelGetDomainGlueItem 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 (*ResultModelGetDomainGlueItem) GetDomain

func (o *ResultModelGetDomainGlueItem) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelGetDomainGlueItem) GetDomainOk

func (o *ResultModelGetDomainGlueItem) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueItem) GetIpaddress

func (o *ResultModelGetDomainGlueItem) GetIpaddress() string

GetIpaddress returns the Ipaddress field value if set, zero value otherwise.

func (*ResultModelGetDomainGlueItem) GetIpaddressOk

func (o *ResultModelGetDomainGlueItem) GetIpaddressOk() (*string, bool)

GetIpaddressOk returns a tuple with the Ipaddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueItem) GetIpv6

func (o *ResultModelGetDomainGlueItem) GetIpv6() string

GetIpv6 returns the Ipv6 field value if set, zero value otherwise.

func (*ResultModelGetDomainGlueItem) GetIpv6Ok

func (o *ResultModelGetDomainGlueItem) GetIpv6Ok() (*string, bool)

GetIpv6Ok returns a tuple with the Ipv6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueItem) GetName

func (o *ResultModelGetDomainGlueItem) GetName() string

GetName returns the Name field value

func (*ResultModelGetDomainGlueItem) GetNameOk

func (o *ResultModelGetDomainGlueItem) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ResultModelGetDomainGlueItem) HasIpaddress

func (o *ResultModelGetDomainGlueItem) HasIpaddress() bool

HasIpaddress returns a boolean if a field has been set.

func (*ResultModelGetDomainGlueItem) HasIpv6

func (o *ResultModelGetDomainGlueItem) HasIpv6() bool

HasIpv6 returns a boolean if a field has been set.

func (ResultModelGetDomainGlueItem) MarshalJSON

func (o ResultModelGetDomainGlueItem) MarshalJSON() ([]byte, error)

func (*ResultModelGetDomainGlueItem) SetDomain

func (o *ResultModelGetDomainGlueItem) SetDomain(v string)

SetDomain sets field value

func (*ResultModelGetDomainGlueItem) SetIpaddress

func (o *ResultModelGetDomainGlueItem) SetIpaddress(v string)

SetIpaddress gets a reference to the given string and assigns it to the Ipaddress field.

func (*ResultModelGetDomainGlueItem) SetIpv6

func (o *ResultModelGetDomainGlueItem) SetIpv6(v string)

SetIpv6 gets a reference to the given string and assigns it to the Ipv6 field.

func (*ResultModelGetDomainGlueItem) SetName

func (o *ResultModelGetDomainGlueItem) SetName(v string)

SetName sets field value

func (ResultModelGetDomainGlueItem) ToMap

func (o ResultModelGetDomainGlueItem) ToMap() (map[string]interface{}, error)

func (*ResultModelGetDomainGlueItem) UnmarshalJSON

func (o *ResultModelGetDomainGlueItem) UnmarshalJSON(data []byte) (err error)

type ResultModelGetUserInfo

type ResultModelGetUserInfo struct {
	Msg    string                       `json:"msg"`
	Data   []ResultModelGetUserInfoData `json:"data,omitempty"`
	Status string                       `json:"status"`
}

ResultModelGetUserInfo struct for ResultModelGetUserInfo

func NewResultModelGetUserInfo

func NewResultModelGetUserInfo(msg string, status string) *ResultModelGetUserInfo

NewResultModelGetUserInfo instantiates a new ResultModelGetUserInfo 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 NewResultModelGetUserInfoWithDefaults

func NewResultModelGetUserInfoWithDefaults() *ResultModelGetUserInfo

NewResultModelGetUserInfoWithDefaults instantiates a new ResultModelGetUserInfo 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 (*ResultModelGetUserInfo) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelGetUserInfo) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfo) GetMsg

func (o *ResultModelGetUserInfo) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelGetUserInfo) GetMsgOk

func (o *ResultModelGetUserInfo) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelGetUserInfo) GetStatus

func (o *ResultModelGetUserInfo) GetStatus() string

GetStatus returns the Status field value

func (*ResultModelGetUserInfo) GetStatusOk

func (o *ResultModelGetUserInfo) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelGetUserInfo) HasData

func (o *ResultModelGetUserInfo) HasData() bool

HasData returns a boolean if a field has been set.

func (ResultModelGetUserInfo) MarshalJSON

func (o ResultModelGetUserInfo) MarshalJSON() ([]byte, error)

func (*ResultModelGetUserInfo) SetData

SetData gets a reference to the given []ResultModelGetUserInfoData and assigns it to the Data field.

func (*ResultModelGetUserInfo) SetMsg

func (o *ResultModelGetUserInfo) SetMsg(v string)

SetMsg sets field value

func (*ResultModelGetUserInfo) SetStatus

func (o *ResultModelGetUserInfo) SetStatus(v string)

SetStatus sets field value

func (ResultModelGetUserInfo) ToMap

func (o ResultModelGetUserInfo) ToMap() (map[string]interface{}, error)

func (*ResultModelGetUserInfo) UnmarshalJSON

func (o *ResultModelGetUserInfo) UnmarshalJSON(data []byte) (err error)

type ResultModelGetUserInfoData

type ResultModelGetUserInfoData struct {
	// The username of the returned user data
	User *string `json:"user,omitempty"`
	// The first name of the user
	FirstName *string `json:"first_name,omitempty"`
	// The last name of the user
	LastName *string `json:"last_name,omitempty"`
	// The organization of the user
	OrgName *string `json:"org_name,omitempty"`
	// The address of the user
	Address1 *string `json:"address1,omitempty"`
	Address2 *string `json:"address2,omitempty"`
	Address3 *string `json:"address3,omitempty"`
	// The city of the address provided
	City *string `json:"city,omitempty"`
	// The state/province code of the address
	State *string `json:"state,omitempty"`
	// The 2-letter ISO country code of the address
	Country *string `json:"country,omitempty"`
	// The zip/postal code of the address
	PostalCode *string `json:"postal_code,omitempty"`
	// The default currency to use for the account
	Currency *string `json:"currency,omitempty"`
	// Phone number that can be used to contact customer
	Phone *string `json:"phone,omitempty"`
	// Cellular number that can be used to contact customer
	Cellphone *string `json:"cellphone,omitempty"`
	// Fax number that can be used to contact customer
	Fax *string `json:"fax,omitempty"`
	// Main contact email for user
	Email *string `json:"email,omitempty"`
	// Secondary contact email for user
	Email2 *string `json:"email2,omitempty"`
	// The email address(es) where generic notices should be sent
	NoticesEmail *string `json:"notices_email,omitempty"`
	// The email address(es) that can be made public for contacting the user
	PublicEmail *string `json:"public_email,omitempty"`
	// The email address(es) where alert notice should be sent
	AlertsEmail *string `json:"alerts_email,omitempty"`
	// The URL associated with a user (Not currently used anywhere)
	Url *string `json:"url,omitempty"`
	// Has the user opted out of any non-essential communications
	OptOut *int32 `json:"opt_out,omitempty"`
	// Does the user access to BETA level features
	Beta *int32 `json:"beta,omitempty"`
}

ResultModelGetUserInfoData struct for ResultModelGetUserInfoData

func NewResultModelGetUserInfoData

func NewResultModelGetUserInfoData() *ResultModelGetUserInfoData

NewResultModelGetUserInfoData instantiates a new ResultModelGetUserInfoData 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 NewResultModelGetUserInfoDataWithDefaults

func NewResultModelGetUserInfoDataWithDefaults() *ResultModelGetUserInfoData

NewResultModelGetUserInfoDataWithDefaults instantiates a new ResultModelGetUserInfoData 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 (*ResultModelGetUserInfoData) GetAddress1

func (o *ResultModelGetUserInfoData) GetAddress1() string

GetAddress1 returns the Address1 field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetAddress1Ok

func (o *ResultModelGetUserInfoData) GetAddress1Ok() (*string, bool)

GetAddress1Ok returns a tuple with the Address1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetAddress2

func (o *ResultModelGetUserInfoData) GetAddress2() string

GetAddress2 returns the Address2 field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetAddress2Ok

func (o *ResultModelGetUserInfoData) GetAddress2Ok() (*string, bool)

GetAddress2Ok returns a tuple with the Address2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetAddress3

func (o *ResultModelGetUserInfoData) GetAddress3() string

GetAddress3 returns the Address3 field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetAddress3Ok

func (o *ResultModelGetUserInfoData) GetAddress3Ok() (*string, bool)

GetAddress3Ok returns a tuple with the Address3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetAlertsEmail

func (o *ResultModelGetUserInfoData) GetAlertsEmail() string

GetAlertsEmail returns the AlertsEmail field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetAlertsEmailOk

func (o *ResultModelGetUserInfoData) GetAlertsEmailOk() (*string, bool)

GetAlertsEmailOk returns a tuple with the AlertsEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetBeta

func (o *ResultModelGetUserInfoData) GetBeta() int32

GetBeta returns the Beta field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetBetaOk

func (o *ResultModelGetUserInfoData) GetBetaOk() (*int32, bool)

GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetCellphone

func (o *ResultModelGetUserInfoData) GetCellphone() string

GetCellphone returns the Cellphone field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetCellphoneOk

func (o *ResultModelGetUserInfoData) GetCellphoneOk() (*string, bool)

GetCellphoneOk returns a tuple with the Cellphone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetCity

func (o *ResultModelGetUserInfoData) GetCity() string

GetCity returns the City field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetCityOk

func (o *ResultModelGetUserInfoData) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetCountry

func (o *ResultModelGetUserInfoData) GetCountry() string

GetCountry returns the Country field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetCountryOk

func (o *ResultModelGetUserInfoData) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetCurrency

func (o *ResultModelGetUserInfoData) GetCurrency() string

GetCurrency returns the Currency field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetCurrencyOk

func (o *ResultModelGetUserInfoData) GetCurrencyOk() (*string, bool)

GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetEmail

func (o *ResultModelGetUserInfoData) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetEmail2

func (o *ResultModelGetUserInfoData) GetEmail2() string

GetEmail2 returns the Email2 field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetEmail2Ok

func (o *ResultModelGetUserInfoData) GetEmail2Ok() (*string, bool)

GetEmail2Ok returns a tuple with the Email2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetEmailOk

func (o *ResultModelGetUserInfoData) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetFax

func (o *ResultModelGetUserInfoData) GetFax() string

GetFax returns the Fax field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetFaxOk

func (o *ResultModelGetUserInfoData) GetFaxOk() (*string, bool)

GetFaxOk returns a tuple with the Fax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetFirstName

func (o *ResultModelGetUserInfoData) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetFirstNameOk

func (o *ResultModelGetUserInfoData) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetLastName

func (o *ResultModelGetUserInfoData) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetLastNameOk

func (o *ResultModelGetUserInfoData) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetNoticesEmail

func (o *ResultModelGetUserInfoData) GetNoticesEmail() string

GetNoticesEmail returns the NoticesEmail field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetNoticesEmailOk

func (o *ResultModelGetUserInfoData) GetNoticesEmailOk() (*string, bool)

GetNoticesEmailOk returns a tuple with the NoticesEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetOptOut

func (o *ResultModelGetUserInfoData) GetOptOut() int32

GetOptOut returns the OptOut field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetOptOutOk

func (o *ResultModelGetUserInfoData) GetOptOutOk() (*int32, bool)

GetOptOutOk returns a tuple with the OptOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetOrgName

func (o *ResultModelGetUserInfoData) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetOrgNameOk

func (o *ResultModelGetUserInfoData) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetPhone

func (o *ResultModelGetUserInfoData) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetPhoneOk

func (o *ResultModelGetUserInfoData) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetPostalCode

func (o *ResultModelGetUserInfoData) GetPostalCode() string

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetPostalCodeOk

func (o *ResultModelGetUserInfoData) GetPostalCodeOk() (*string, bool)

GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetPublicEmail

func (o *ResultModelGetUserInfoData) GetPublicEmail() string

GetPublicEmail returns the PublicEmail field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetPublicEmailOk

func (o *ResultModelGetUserInfoData) GetPublicEmailOk() (*string, bool)

GetPublicEmailOk returns a tuple with the PublicEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetState

func (o *ResultModelGetUserInfoData) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetStateOk

func (o *ResultModelGetUserInfoData) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetUrl

func (o *ResultModelGetUserInfoData) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetUrlOk

func (o *ResultModelGetUserInfoData) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) GetUser

func (o *ResultModelGetUserInfoData) GetUser() string

GetUser returns the User field value if set, zero value otherwise.

func (*ResultModelGetUserInfoData) GetUserOk

func (o *ResultModelGetUserInfoData) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelGetUserInfoData) HasAddress1

func (o *ResultModelGetUserInfoData) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasAddress2

func (o *ResultModelGetUserInfoData) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasAddress3

func (o *ResultModelGetUserInfoData) HasAddress3() bool

HasAddress3 returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasAlertsEmail

func (o *ResultModelGetUserInfoData) HasAlertsEmail() bool

HasAlertsEmail returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasBeta

func (o *ResultModelGetUserInfoData) HasBeta() bool

HasBeta returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasCellphone

func (o *ResultModelGetUserInfoData) HasCellphone() bool

HasCellphone returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasCity

func (o *ResultModelGetUserInfoData) HasCity() bool

HasCity returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasCountry

func (o *ResultModelGetUserInfoData) HasCountry() bool

HasCountry returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasCurrency

func (o *ResultModelGetUserInfoData) HasCurrency() bool

HasCurrency returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasEmail

func (o *ResultModelGetUserInfoData) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasEmail2

func (o *ResultModelGetUserInfoData) HasEmail2() bool

HasEmail2 returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasFax

func (o *ResultModelGetUserInfoData) HasFax() bool

HasFax returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasFirstName

func (o *ResultModelGetUserInfoData) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasLastName

func (o *ResultModelGetUserInfoData) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasNoticesEmail

func (o *ResultModelGetUserInfoData) HasNoticesEmail() bool

HasNoticesEmail returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasOptOut

func (o *ResultModelGetUserInfoData) HasOptOut() bool

HasOptOut returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasOrgName

func (o *ResultModelGetUserInfoData) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasPhone

func (o *ResultModelGetUserInfoData) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasPostalCode

func (o *ResultModelGetUserInfoData) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasPublicEmail

func (o *ResultModelGetUserInfoData) HasPublicEmail() bool

HasPublicEmail returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasState

func (o *ResultModelGetUserInfoData) HasState() bool

HasState returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasUrl

func (o *ResultModelGetUserInfoData) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (*ResultModelGetUserInfoData) HasUser

func (o *ResultModelGetUserInfoData) HasUser() bool

HasUser returns a boolean if a field has been set.

func (ResultModelGetUserInfoData) MarshalJSON

func (o ResultModelGetUserInfoData) MarshalJSON() ([]byte, error)

func (*ResultModelGetUserInfoData) SetAddress1

func (o *ResultModelGetUserInfoData) SetAddress1(v string)

SetAddress1 gets a reference to the given string and assigns it to the Address1 field.

func (*ResultModelGetUserInfoData) SetAddress2

func (o *ResultModelGetUserInfoData) SetAddress2(v string)

SetAddress2 gets a reference to the given string and assigns it to the Address2 field.

func (*ResultModelGetUserInfoData) SetAddress3

func (o *ResultModelGetUserInfoData) SetAddress3(v string)

SetAddress3 gets a reference to the given string and assigns it to the Address3 field.

func (*ResultModelGetUserInfoData) SetAlertsEmail

func (o *ResultModelGetUserInfoData) SetAlertsEmail(v string)

SetAlertsEmail gets a reference to the given string and assigns it to the AlertsEmail field.

func (*ResultModelGetUserInfoData) SetBeta

func (o *ResultModelGetUserInfoData) SetBeta(v int32)

SetBeta gets a reference to the given int32 and assigns it to the Beta field.

func (*ResultModelGetUserInfoData) SetCellphone

func (o *ResultModelGetUserInfoData) SetCellphone(v string)

SetCellphone gets a reference to the given string and assigns it to the Cellphone field.

func (*ResultModelGetUserInfoData) SetCity

func (o *ResultModelGetUserInfoData) SetCity(v string)

SetCity gets a reference to the given string and assigns it to the City field.

func (*ResultModelGetUserInfoData) SetCountry

func (o *ResultModelGetUserInfoData) SetCountry(v string)

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*ResultModelGetUserInfoData) SetCurrency

func (o *ResultModelGetUserInfoData) SetCurrency(v string)

SetCurrency gets a reference to the given string and assigns it to the Currency field.

func (*ResultModelGetUserInfoData) SetEmail

func (o *ResultModelGetUserInfoData) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*ResultModelGetUserInfoData) SetEmail2

func (o *ResultModelGetUserInfoData) SetEmail2(v string)

SetEmail2 gets a reference to the given string and assigns it to the Email2 field.

func (*ResultModelGetUserInfoData) SetFax

func (o *ResultModelGetUserInfoData) SetFax(v string)

SetFax gets a reference to the given string and assigns it to the Fax field.

func (*ResultModelGetUserInfoData) SetFirstName

func (o *ResultModelGetUserInfoData) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*ResultModelGetUserInfoData) SetLastName

func (o *ResultModelGetUserInfoData) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*ResultModelGetUserInfoData) SetNoticesEmail

func (o *ResultModelGetUserInfoData) SetNoticesEmail(v string)

SetNoticesEmail gets a reference to the given string and assigns it to the NoticesEmail field.

func (*ResultModelGetUserInfoData) SetOptOut

func (o *ResultModelGetUserInfoData) SetOptOut(v int32)

SetOptOut gets a reference to the given int32 and assigns it to the OptOut field.

func (*ResultModelGetUserInfoData) SetOrgName

func (o *ResultModelGetUserInfoData) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (*ResultModelGetUserInfoData) SetPhone

func (o *ResultModelGetUserInfoData) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*ResultModelGetUserInfoData) SetPostalCode

func (o *ResultModelGetUserInfoData) SetPostalCode(v string)

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*ResultModelGetUserInfoData) SetPublicEmail

func (o *ResultModelGetUserInfoData) SetPublicEmail(v string)

SetPublicEmail gets a reference to the given string and assigns it to the PublicEmail field.

func (*ResultModelGetUserInfoData) SetState

func (o *ResultModelGetUserInfoData) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ResultModelGetUserInfoData) SetUrl

func (o *ResultModelGetUserInfoData) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*ResultModelGetUserInfoData) SetUser

func (o *ResultModelGetUserInfoData) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field.

func (ResultModelGetUserInfoData) ToMap

func (o ResultModelGetUserInfoData) ToMap() (map[string]interface{}, error)

type ResultModelMailmapCreate

type ResultModelMailmapCreate struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                       `json:"msg"`
	Data ResultModelMailmapCreateData `json:"data"`
}

ResultModelMailmapCreate struct for ResultModelMailmapCreate

func NewResultModelMailmapCreate

func NewResultModelMailmapCreate(status int32, tm int32, msg string, data ResultModelMailmapCreateData) *ResultModelMailmapCreate

NewResultModelMailmapCreate instantiates a new ResultModelMailmapCreate 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 NewResultModelMailmapCreateWithDefaults

func NewResultModelMailmapCreateWithDefaults() *ResultModelMailmapCreate

NewResultModelMailmapCreateWithDefaults instantiates a new ResultModelMailmapCreate 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 (*ResultModelMailmapCreate) GetData

GetData returns the Data field value

func (*ResultModelMailmapCreate) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelMailmapCreate) GetMsg

func (o *ResultModelMailmapCreate) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelMailmapCreate) GetMsgOk

func (o *ResultModelMailmapCreate) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelMailmapCreate) GetStatus

func (o *ResultModelMailmapCreate) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelMailmapCreate) GetStatusOk

func (o *ResultModelMailmapCreate) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelMailmapCreate) GetTm

func (o *ResultModelMailmapCreate) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelMailmapCreate) GetTmOk

func (o *ResultModelMailmapCreate) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelMailmapCreate) MarshalJSON

func (o ResultModelMailmapCreate) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapCreate) SetData

SetData sets field value

func (*ResultModelMailmapCreate) SetMsg

func (o *ResultModelMailmapCreate) SetMsg(v string)

SetMsg sets field value

func (*ResultModelMailmapCreate) SetStatus

func (o *ResultModelMailmapCreate) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelMailmapCreate) SetTm

func (o *ResultModelMailmapCreate) SetTm(v int32)

SetTm sets field value

func (ResultModelMailmapCreate) ToMap

func (o ResultModelMailmapCreate) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapCreate) UnmarshalJSON

func (o *ResultModelMailmapCreate) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapCreateData

type ResultModelMailmapCreateData struct {
	// The domain the mailmap was created for
	Domain string `json:"domain"`
}

ResultModelMailmapCreateData Response data related to request

func NewResultModelMailmapCreateData

func NewResultModelMailmapCreateData(domain string) *ResultModelMailmapCreateData

NewResultModelMailmapCreateData instantiates a new ResultModelMailmapCreateData 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 NewResultModelMailmapCreateDataWithDefaults

func NewResultModelMailmapCreateDataWithDefaults() *ResultModelMailmapCreateData

NewResultModelMailmapCreateDataWithDefaults instantiates a new ResultModelMailmapCreateData 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 (*ResultModelMailmapCreateData) GetDomain

func (o *ResultModelMailmapCreateData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelMailmapCreateData) GetDomainOk

func (o *ResultModelMailmapCreateData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (ResultModelMailmapCreateData) MarshalJSON

func (o ResultModelMailmapCreateData) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapCreateData) SetDomain

func (o *ResultModelMailmapCreateData) SetDomain(v string)

SetDomain sets field value

func (ResultModelMailmapCreateData) ToMap

func (o ResultModelMailmapCreateData) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapCreateData) UnmarshalJSON

func (o *ResultModelMailmapCreateData) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapDelete

type ResultModelMailmapDelete struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                       `json:"msg"`
	Data ResultModelMailmapDeleteData `json:"data"`
}

ResultModelMailmapDelete struct for ResultModelMailmapDelete

func NewResultModelMailmapDelete

func NewResultModelMailmapDelete(status int32, tm int32, msg string, data ResultModelMailmapDeleteData) *ResultModelMailmapDelete

NewResultModelMailmapDelete instantiates a new ResultModelMailmapDelete 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 NewResultModelMailmapDeleteWithDefaults

func NewResultModelMailmapDeleteWithDefaults() *ResultModelMailmapDelete

NewResultModelMailmapDeleteWithDefaults instantiates a new ResultModelMailmapDelete 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 (*ResultModelMailmapDelete) GetData

GetData returns the Data field value

func (*ResultModelMailmapDelete) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelMailmapDelete) GetMsg

func (o *ResultModelMailmapDelete) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelMailmapDelete) GetMsgOk

func (o *ResultModelMailmapDelete) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelMailmapDelete) GetStatus

func (o *ResultModelMailmapDelete) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelMailmapDelete) GetStatusOk

func (o *ResultModelMailmapDelete) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelMailmapDelete) GetTm

func (o *ResultModelMailmapDelete) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelMailmapDelete) GetTmOk

func (o *ResultModelMailmapDelete) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelMailmapDelete) MarshalJSON

func (o ResultModelMailmapDelete) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapDelete) SetData

SetData sets field value

func (*ResultModelMailmapDelete) SetMsg

func (o *ResultModelMailmapDelete) SetMsg(v string)

SetMsg sets field value

func (*ResultModelMailmapDelete) SetStatus

func (o *ResultModelMailmapDelete) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelMailmapDelete) SetTm

func (o *ResultModelMailmapDelete) SetTm(v int32)

SetTm sets field value

func (ResultModelMailmapDelete) ToMap

func (o ResultModelMailmapDelete) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapDelete) UnmarshalJSON

func (o *ResultModelMailmapDelete) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapDeleteData

type ResultModelMailmapDeleteData struct {
	// The domain the mailmap was created for
	Domain string `json:"domain"`
	// The unique ID of the deleted mailmap
	MailmapId int32 `json:"mailmap_id"`
}

ResultModelMailmapDeleteData Response data related to request

func NewResultModelMailmapDeleteData

func NewResultModelMailmapDeleteData(domain string, mailmapId int32) *ResultModelMailmapDeleteData

NewResultModelMailmapDeleteData instantiates a new ResultModelMailmapDeleteData 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 NewResultModelMailmapDeleteDataWithDefaults

func NewResultModelMailmapDeleteDataWithDefaults() *ResultModelMailmapDeleteData

NewResultModelMailmapDeleteDataWithDefaults instantiates a new ResultModelMailmapDeleteData 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 (*ResultModelMailmapDeleteData) GetDomain

func (o *ResultModelMailmapDeleteData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelMailmapDeleteData) GetDomainOk

func (o *ResultModelMailmapDeleteData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelMailmapDeleteData) GetMailmapId

func (o *ResultModelMailmapDeleteData) GetMailmapId() int32

GetMailmapId returns the MailmapId field value

func (*ResultModelMailmapDeleteData) GetMailmapIdOk

func (o *ResultModelMailmapDeleteData) GetMailmapIdOk() (*int32, bool)

GetMailmapIdOk returns a tuple with the MailmapId field value and a boolean to check if the value has been set.

func (ResultModelMailmapDeleteData) MarshalJSON

func (o ResultModelMailmapDeleteData) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapDeleteData) SetDomain

func (o *ResultModelMailmapDeleteData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelMailmapDeleteData) SetMailmapId

func (o *ResultModelMailmapDeleteData) SetMailmapId(v int32)

SetMailmapId sets field value

func (ResultModelMailmapDeleteData) ToMap

func (o ResultModelMailmapDeleteData) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapDeleteData) UnmarshalJSON

func (o *ResultModelMailmapDeleteData) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapList

type ResultModelMailmapList struct {
	Status int32 `json:"status"`
	// The unix timestamp the request was made
	Tm   int32                       `json:"tm"`
	Data *ResultModelMailmapListData `json:"data,omitempty"`
}

ResultModelMailmapList struct for ResultModelMailmapList

func NewResultModelMailmapList

func NewResultModelMailmapList(status int32, tm int32) *ResultModelMailmapList

NewResultModelMailmapList instantiates a new ResultModelMailmapList 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 NewResultModelMailmapListWithDefaults

func NewResultModelMailmapListWithDefaults() *ResultModelMailmapList

NewResultModelMailmapListWithDefaults instantiates a new ResultModelMailmapList 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 (*ResultModelMailmapList) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelMailmapList) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelMailmapList) GetStatus

func (o *ResultModelMailmapList) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelMailmapList) GetStatusOk

func (o *ResultModelMailmapList) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelMailmapList) GetTm

func (o *ResultModelMailmapList) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelMailmapList) GetTmOk

func (o *ResultModelMailmapList) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (*ResultModelMailmapList) HasData

func (o *ResultModelMailmapList) HasData() bool

HasData returns a boolean if a field has been set.

func (ResultModelMailmapList) MarshalJSON

func (o ResultModelMailmapList) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapList) SetData

SetData gets a reference to the given ResultModelMailmapListData and assigns it to the Data field.

func (*ResultModelMailmapList) SetStatus

func (o *ResultModelMailmapList) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelMailmapList) SetTm

func (o *ResultModelMailmapList) SetTm(v int32)

SetTm sets field value

func (ResultModelMailmapList) ToMap

func (o ResultModelMailmapList) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapList) UnmarshalJSON

func (o *ResultModelMailmapList) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapListData

type ResultModelMailmapListData struct {
	// Domain name the mailmaps below to
	Domain string `json:"domain"`
	// List of mailmaps defined for a domain
	Mailmaps []ResultModelMailmapListItem `json:"mailmaps"`
}

ResultModelMailmapListData struct for ResultModelMailmapListData

func NewResultModelMailmapListData

func NewResultModelMailmapListData(domain string, mailmaps []ResultModelMailmapListItem) *ResultModelMailmapListData

NewResultModelMailmapListData instantiates a new ResultModelMailmapListData 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 NewResultModelMailmapListDataWithDefaults

func NewResultModelMailmapListDataWithDefaults() *ResultModelMailmapListData

NewResultModelMailmapListDataWithDefaults instantiates a new ResultModelMailmapListData 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 (*ResultModelMailmapListData) GetDomain

func (o *ResultModelMailmapListData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelMailmapListData) GetDomainOk

func (o *ResultModelMailmapListData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListData) GetMailmaps

GetMailmaps returns the Mailmaps field value

func (*ResultModelMailmapListData) GetMailmapsOk

GetMailmapsOk returns a tuple with the Mailmaps field value and a boolean to check if the value has been set.

func (ResultModelMailmapListData) MarshalJSON

func (o ResultModelMailmapListData) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapListData) SetDomain

func (o *ResultModelMailmapListData) SetDomain(v string)

SetDomain sets field value

func (*ResultModelMailmapListData) SetMailmaps

SetMailmaps sets field value

func (ResultModelMailmapListData) ToMap

func (o ResultModelMailmapListData) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapListData) UnmarshalJSON

func (o *ResultModelMailmapListData) UnmarshalJSON(data []byte) (err error)

type ResultModelMailmapListItem

type ResultModelMailmapListItem struct {
	// Status flag indicating if a mailmap is currently active
	Active int32 `json:"active"`
	// The alias (or email address) of the mailmap
	Alias string `json:"alias"`
	// A list of email addresses the mailmap forwards to
	Destination string `json:"destination"`
	// The domain the mailmap belongs to
	Domain string `json:"domain"`
	// The hostname of the mailmap relative to the domain name
	Host string `json:"host"`
	// The date the mailmap was last modified
	LastModified string `json:"last_modified"`
	// The unique ID that identifies this mailmap
	MailmapId int32 `json:"mailmap_id"`
}

ResultModelMailmapListItem struct for ResultModelMailmapListItem

func NewResultModelMailmapListItem

func NewResultModelMailmapListItem(active int32, alias string, destination string, domain string, host string, lastModified string, mailmapId int32) *ResultModelMailmapListItem

NewResultModelMailmapListItem instantiates a new ResultModelMailmapListItem 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 NewResultModelMailmapListItemWithDefaults

func NewResultModelMailmapListItemWithDefaults() *ResultModelMailmapListItem

NewResultModelMailmapListItemWithDefaults instantiates a new ResultModelMailmapListItem 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 (*ResultModelMailmapListItem) GetActive

func (o *ResultModelMailmapListItem) GetActive() int32

GetActive returns the Active field value

func (*ResultModelMailmapListItem) GetActiveOk

func (o *ResultModelMailmapListItem) GetActiveOk() (*int32, bool)

GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetAlias

func (o *ResultModelMailmapListItem) GetAlias() string

GetAlias returns the Alias field value

func (*ResultModelMailmapListItem) GetAliasOk

func (o *ResultModelMailmapListItem) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetDestination

func (o *ResultModelMailmapListItem) GetDestination() string

GetDestination returns the Destination field value

func (*ResultModelMailmapListItem) GetDestinationOk

func (o *ResultModelMailmapListItem) GetDestinationOk() (*string, bool)

GetDestinationOk returns a tuple with the Destination field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetDomain

func (o *ResultModelMailmapListItem) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelMailmapListItem) GetDomainOk

func (o *ResultModelMailmapListItem) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetHost

func (o *ResultModelMailmapListItem) GetHost() string

GetHost returns the Host field value

func (*ResultModelMailmapListItem) GetHostOk

func (o *ResultModelMailmapListItem) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetLastModified

func (o *ResultModelMailmapListItem) GetLastModified() string

GetLastModified returns the LastModified field value

func (*ResultModelMailmapListItem) GetLastModifiedOk

func (o *ResultModelMailmapListItem) GetLastModifiedOk() (*string, bool)

GetLastModifiedOk returns a tuple with the LastModified field value and a boolean to check if the value has been set.

func (*ResultModelMailmapListItem) GetMailmapId

func (o *ResultModelMailmapListItem) GetMailmapId() int32

GetMailmapId returns the MailmapId field value

func (*ResultModelMailmapListItem) GetMailmapIdOk

func (o *ResultModelMailmapListItem) GetMailmapIdOk() (*int32, bool)

GetMailmapIdOk returns a tuple with the MailmapId field value and a boolean to check if the value has been set.

func (ResultModelMailmapListItem) MarshalJSON

func (o ResultModelMailmapListItem) MarshalJSON() ([]byte, error)

func (*ResultModelMailmapListItem) SetActive

func (o *ResultModelMailmapListItem) SetActive(v int32)

SetActive sets field value

func (*ResultModelMailmapListItem) SetAlias

func (o *ResultModelMailmapListItem) SetAlias(v string)

SetAlias sets field value

func (*ResultModelMailmapListItem) SetDestination

func (o *ResultModelMailmapListItem) SetDestination(v string)

SetDestination sets field value

func (*ResultModelMailmapListItem) SetDomain

func (o *ResultModelMailmapListItem) SetDomain(v string)

SetDomain sets field value

func (*ResultModelMailmapListItem) SetHost

func (o *ResultModelMailmapListItem) SetHost(v string)

SetHost sets field value

func (*ResultModelMailmapListItem) SetLastModified

func (o *ResultModelMailmapListItem) SetLastModified(v string)

SetLastModified sets field value

func (*ResultModelMailmapListItem) SetMailmapId

func (o *ResultModelMailmapListItem) SetMailmapId(v int32)

SetMailmapId sets field value

func (ResultModelMailmapListItem) ToMap

func (o ResultModelMailmapListItem) ToMap() (map[string]interface{}, error)

func (*ResultModelMailmapListItem) UnmarshalJSON

func (o *ResultModelMailmapListItem) UnmarshalJSON(data []byte) (err error)

type ResultModelParsedZoneList

type ResultModelParsedZoneList struct {
	Msg    string                      `json:"msg"`
	Status int32                       `json:"status"`
	Tm     int32                       `json:"tm"`
	Data   ResultModelParsedZoneRecord `json:"data"`
	Count  *int32                      `json:"count,omitempty"`
	Total  *int32                      `json:"total,omitempty"`
	Start  *int32                      `json:"start,omitempty"`
	Max    *int32                      `json:"max,omitempty"`
}

ResultModelParsedZoneList struct for ResultModelParsedZoneList

func NewResultModelParsedZoneList

func NewResultModelParsedZoneList(msg string, status int32, tm int32, data ResultModelParsedZoneRecord) *ResultModelParsedZoneList

NewResultModelParsedZoneList instantiates a new ResultModelParsedZoneList 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 NewResultModelParsedZoneListWithDefaults

func NewResultModelParsedZoneListWithDefaults() *ResultModelParsedZoneList

NewResultModelParsedZoneListWithDefaults instantiates a new ResultModelParsedZoneList 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 (*ResultModelParsedZoneList) GetCount

func (o *ResultModelParsedZoneList) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ResultModelParsedZoneList) GetCountOk

func (o *ResultModelParsedZoneList) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetData

GetData returns the Data field value

func (*ResultModelParsedZoneList) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetMax

func (o *ResultModelParsedZoneList) GetMax() int32

GetMax returns the Max field value if set, zero value otherwise.

func (*ResultModelParsedZoneList) GetMaxOk

func (o *ResultModelParsedZoneList) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetMsg

func (o *ResultModelParsedZoneList) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelParsedZoneList) GetMsgOk

func (o *ResultModelParsedZoneList) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetStart

func (o *ResultModelParsedZoneList) GetStart() int32

GetStart returns the Start field value if set, zero value otherwise.

func (*ResultModelParsedZoneList) GetStartOk

func (o *ResultModelParsedZoneList) GetStartOk() (*int32, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetStatus

func (o *ResultModelParsedZoneList) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelParsedZoneList) GetStatusOk

func (o *ResultModelParsedZoneList) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetTm

func (o *ResultModelParsedZoneList) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelParsedZoneList) GetTmOk

func (o *ResultModelParsedZoneList) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) GetTotal

func (o *ResultModelParsedZoneList) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*ResultModelParsedZoneList) GetTotalOk

func (o *ResultModelParsedZoneList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneList) HasCount

func (o *ResultModelParsedZoneList) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ResultModelParsedZoneList) HasMax

func (o *ResultModelParsedZoneList) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*ResultModelParsedZoneList) HasStart

func (o *ResultModelParsedZoneList) HasStart() bool

HasStart returns a boolean if a field has been set.

func (*ResultModelParsedZoneList) HasTotal

func (o *ResultModelParsedZoneList) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (ResultModelParsedZoneList) MarshalJSON

func (o ResultModelParsedZoneList) MarshalJSON() ([]byte, error)

func (*ResultModelParsedZoneList) SetCount

func (o *ResultModelParsedZoneList) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ResultModelParsedZoneList) SetData

SetData sets field value

func (*ResultModelParsedZoneList) SetMax

func (o *ResultModelParsedZoneList) SetMax(v int32)

SetMax gets a reference to the given int32 and assigns it to the Max field.

func (*ResultModelParsedZoneList) SetMsg

func (o *ResultModelParsedZoneList) SetMsg(v string)

SetMsg sets field value

func (*ResultModelParsedZoneList) SetStart

func (o *ResultModelParsedZoneList) SetStart(v int32)

SetStart gets a reference to the given int32 and assigns it to the Start field.

func (*ResultModelParsedZoneList) SetStatus

func (o *ResultModelParsedZoneList) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelParsedZoneList) SetTm

func (o *ResultModelParsedZoneList) SetTm(v int32)

SetTm sets field value

func (*ResultModelParsedZoneList) SetTotal

func (o *ResultModelParsedZoneList) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (ResultModelParsedZoneList) ToMap

func (o ResultModelParsedZoneList) ToMap() (map[string]interface{}, error)

func (*ResultModelParsedZoneList) UnmarshalJSON

func (o *ResultModelParsedZoneList) UnmarshalJSON(data []byte) (err error)

type ResultModelParsedZoneRecord

type ResultModelParsedZoneRecord struct {
	// Zone record unique ID. Records that parse to multiple zone records will share the same ID!
	Id int32 `json:"id"`
	// The domain name that contains the zone records
	Domain string `json:"domain"`
	// The hostname of the record (without the domain name). '@' indicates the record is for the root of the zone.
	Host string `json:"host"`
	// (OPTIONAL) The Time-to-live (TTL) of the zone record. If not returned, assume the default.
	Ttl *int32 `json:"ttl,omitempty"`
	// (OPTIONAL) The priority of the record. This is only required for records that include the prio field (such as MX).
	Prio *int32 `json:"prio,omitempty"`
	// (OPTIONAL) The ID of the geolocation this record applies to.
	GeozoneId *int32 `json:"geozone_id,omitempty"`
	// The zone record type of the record. PLEASE NOTE: Some record types are specific to easyDNS and may require translation on other providers.
	Type string `json:"type"`
	// The contents of the rdata for a zone record.
	Rdata string `json:"rdata"`
	// The time this zone record was last updated.
	LastMod *string `json:"last_mod,omitempty"`
	// The original URL that a record uses as a target. This applies to custom records like URL/STEALTH.
	Url *string `json:"url,omitempty"`
	// The data originally stored in the rdata field for custom types and records containing keywords
	OrigRdata *string `json:"orig_rdata,omitempty"`
}

ResultModelParsedZoneRecord struct for ResultModelParsedZoneRecord

func NewResultModelParsedZoneRecord

func NewResultModelParsedZoneRecord(id int32, domain string, host string, type_ string, rdata string) *ResultModelParsedZoneRecord

NewResultModelParsedZoneRecord instantiates a new ResultModelParsedZoneRecord 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 NewResultModelParsedZoneRecordWithDefaults

func NewResultModelParsedZoneRecordWithDefaults() *ResultModelParsedZoneRecord

NewResultModelParsedZoneRecordWithDefaults instantiates a new ResultModelParsedZoneRecord 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 (*ResultModelParsedZoneRecord) GetDomain

func (o *ResultModelParsedZoneRecord) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelParsedZoneRecord) GetDomainOk

func (o *ResultModelParsedZoneRecord) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetGeozoneId

func (o *ResultModelParsedZoneRecord) GetGeozoneId() int32

GetGeozoneId returns the GeozoneId field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetGeozoneIdOk

func (o *ResultModelParsedZoneRecord) GetGeozoneIdOk() (*int32, bool)

GetGeozoneIdOk returns a tuple with the GeozoneId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetHost

func (o *ResultModelParsedZoneRecord) GetHost() string

GetHost returns the Host field value

func (*ResultModelParsedZoneRecord) GetHostOk

func (o *ResultModelParsedZoneRecord) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetId

GetId returns the Id field value

func (*ResultModelParsedZoneRecord) GetIdOk

func (o *ResultModelParsedZoneRecord) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetLastMod

func (o *ResultModelParsedZoneRecord) GetLastMod() string

GetLastMod returns the LastMod field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetLastModOk

func (o *ResultModelParsedZoneRecord) GetLastModOk() (*string, bool)

GetLastModOk returns a tuple with the LastMod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetOrigRdata

func (o *ResultModelParsedZoneRecord) GetOrigRdata() string

GetOrigRdata returns the OrigRdata field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetOrigRdataOk

func (o *ResultModelParsedZoneRecord) GetOrigRdataOk() (*string, bool)

GetOrigRdataOk returns a tuple with the OrigRdata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetPrio

func (o *ResultModelParsedZoneRecord) GetPrio() int32

GetPrio returns the Prio field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetPrioOk

func (o *ResultModelParsedZoneRecord) GetPrioOk() (*int32, bool)

GetPrioOk returns a tuple with the Prio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetRdata

func (o *ResultModelParsedZoneRecord) GetRdata() string

GetRdata returns the Rdata field value

func (*ResultModelParsedZoneRecord) GetRdataOk

func (o *ResultModelParsedZoneRecord) GetRdataOk() (*string, bool)

GetRdataOk returns a tuple with the Rdata field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetTtl

func (o *ResultModelParsedZoneRecord) GetTtl() int32

GetTtl returns the Ttl field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetTtlOk

func (o *ResultModelParsedZoneRecord) GetTtlOk() (*int32, bool)

GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetType

func (o *ResultModelParsedZoneRecord) GetType() string

GetType returns the Type field value

func (*ResultModelParsedZoneRecord) GetTypeOk

func (o *ResultModelParsedZoneRecord) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) GetUrl

func (o *ResultModelParsedZoneRecord) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*ResultModelParsedZoneRecord) GetUrlOk

func (o *ResultModelParsedZoneRecord) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelParsedZoneRecord) HasGeozoneId

func (o *ResultModelParsedZoneRecord) HasGeozoneId() bool

HasGeozoneId returns a boolean if a field has been set.

func (*ResultModelParsedZoneRecord) HasLastMod

func (o *ResultModelParsedZoneRecord) HasLastMod() bool

HasLastMod returns a boolean if a field has been set.

func (*ResultModelParsedZoneRecord) HasOrigRdata

func (o *ResultModelParsedZoneRecord) HasOrigRdata() bool

HasOrigRdata returns a boolean if a field has been set.

func (*ResultModelParsedZoneRecord) HasPrio

func (o *ResultModelParsedZoneRecord) HasPrio() bool

HasPrio returns a boolean if a field has been set.

func (*ResultModelParsedZoneRecord) HasTtl

func (o *ResultModelParsedZoneRecord) HasTtl() bool

HasTtl returns a boolean if a field has been set.

func (*ResultModelParsedZoneRecord) HasUrl

func (o *ResultModelParsedZoneRecord) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (ResultModelParsedZoneRecord) MarshalJSON

func (o ResultModelParsedZoneRecord) MarshalJSON() ([]byte, error)

func (*ResultModelParsedZoneRecord) SetDomain

func (o *ResultModelParsedZoneRecord) SetDomain(v string)

SetDomain sets field value

func (*ResultModelParsedZoneRecord) SetGeozoneId

func (o *ResultModelParsedZoneRecord) SetGeozoneId(v int32)

SetGeozoneId gets a reference to the given int32 and assigns it to the GeozoneId field.

func (*ResultModelParsedZoneRecord) SetHost

func (o *ResultModelParsedZoneRecord) SetHost(v string)

SetHost sets field value

func (*ResultModelParsedZoneRecord) SetId

func (o *ResultModelParsedZoneRecord) SetId(v int32)

SetId sets field value

func (*ResultModelParsedZoneRecord) SetLastMod

func (o *ResultModelParsedZoneRecord) SetLastMod(v string)

SetLastMod gets a reference to the given string and assigns it to the LastMod field.

func (*ResultModelParsedZoneRecord) SetOrigRdata

func (o *ResultModelParsedZoneRecord) SetOrigRdata(v string)

SetOrigRdata gets a reference to the given string and assigns it to the OrigRdata field.

func (*ResultModelParsedZoneRecord) SetPrio

func (o *ResultModelParsedZoneRecord) SetPrio(v int32)

SetPrio gets a reference to the given int32 and assigns it to the Prio field.

func (*ResultModelParsedZoneRecord) SetRdata

func (o *ResultModelParsedZoneRecord) SetRdata(v string)

SetRdata sets field value

func (*ResultModelParsedZoneRecord) SetTtl

func (o *ResultModelParsedZoneRecord) SetTtl(v int32)

SetTtl gets a reference to the given int32 and assigns it to the Ttl field.

func (*ResultModelParsedZoneRecord) SetType

func (o *ResultModelParsedZoneRecord) SetType(v string)

SetType sets field value

func (*ResultModelParsedZoneRecord) SetUrl

func (o *ResultModelParsedZoneRecord) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (ResultModelParsedZoneRecord) ToMap

func (o ResultModelParsedZoneRecord) ToMap() (map[string]interface{}, error)

func (*ResultModelParsedZoneRecord) UnmarshalJSON

func (o *ResultModelParsedZoneRecord) UnmarshalJSON(data []byte) (err error)

type ResultModelRegStatus

type ResultModelRegStatus struct {
	// Is reglock for domain set to on or off
	Reglock bool `json:"reglock"`
	// Indicates the current renewal action for the domain
	Renewal string `json:"renewal"`
	// Does the domain have automated renewal payments set up for this domain
	AutoRenew bool `json:"auto_renew"`
	// If a domain is set to auto_renew this field will contain the stripe card id that will be used for this domain
	AutoRenewCardId *string `json:"auto_renew_card_id,omitempty"`
	// Is the domain set to automatically expire at HRS/SRS
	LetExpire bool `json:"let_expire"`
	// This field is only present when attempts to get the let_expire value at HRS/SRS failed. Most often caused by invalid authentication info on the system for the domain
	LetExpireFailed *bool `json:"let_expire_failed,omitempty"`
	// The expiry date for the domain on the system. Either the expiry date for the domain or the date service is next due
	Expiry string `json:"expiry"`
	// Indicates if the domain is registered by us or the registrar is someone else
	LocalRegistrar bool `json:"local_registrar"`
	// Indicates if the TLD for this domain supports reglocking
	SupportsReglock bool `json:"supports_reglock"`
}

ResultModelRegStatus struct for ResultModelRegStatus

func NewResultModelRegStatus

func NewResultModelRegStatus(reglock bool, renewal string, autoRenew bool, letExpire bool, expiry string, localRegistrar bool, supportsReglock bool) *ResultModelRegStatus

NewResultModelRegStatus instantiates a new ResultModelRegStatus 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 NewResultModelRegStatusWithDefaults

func NewResultModelRegStatusWithDefaults() *ResultModelRegStatus

NewResultModelRegStatusWithDefaults instantiates a new ResultModelRegStatus 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 (*ResultModelRegStatus) GetAutoRenew

func (o *ResultModelRegStatus) GetAutoRenew() bool

GetAutoRenew returns the AutoRenew field value

func (*ResultModelRegStatus) GetAutoRenewCardId

func (o *ResultModelRegStatus) GetAutoRenewCardId() string

GetAutoRenewCardId returns the AutoRenewCardId field value if set, zero value otherwise.

func (*ResultModelRegStatus) GetAutoRenewCardIdOk

func (o *ResultModelRegStatus) GetAutoRenewCardIdOk() (*string, bool)

GetAutoRenewCardIdOk returns a tuple with the AutoRenewCardId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetAutoRenewOk

func (o *ResultModelRegStatus) GetAutoRenewOk() (*bool, bool)

GetAutoRenewOk returns a tuple with the AutoRenew field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetExpiry

func (o *ResultModelRegStatus) GetExpiry() string

GetExpiry returns the Expiry field value

func (*ResultModelRegStatus) GetExpiryOk

func (o *ResultModelRegStatus) GetExpiryOk() (*string, bool)

GetExpiryOk returns a tuple with the Expiry field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetLetExpire

func (o *ResultModelRegStatus) GetLetExpire() bool

GetLetExpire returns the LetExpire field value

func (*ResultModelRegStatus) GetLetExpireFailed

func (o *ResultModelRegStatus) GetLetExpireFailed() bool

GetLetExpireFailed returns the LetExpireFailed field value if set, zero value otherwise.

func (*ResultModelRegStatus) GetLetExpireFailedOk

func (o *ResultModelRegStatus) GetLetExpireFailedOk() (*bool, bool)

GetLetExpireFailedOk returns a tuple with the LetExpireFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetLetExpireOk

func (o *ResultModelRegStatus) GetLetExpireOk() (*bool, bool)

GetLetExpireOk returns a tuple with the LetExpire field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetLocalRegistrar

func (o *ResultModelRegStatus) GetLocalRegistrar() bool

GetLocalRegistrar returns the LocalRegistrar field value

func (*ResultModelRegStatus) GetLocalRegistrarOk

func (o *ResultModelRegStatus) GetLocalRegistrarOk() (*bool, bool)

GetLocalRegistrarOk returns a tuple with the LocalRegistrar field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetReglock

func (o *ResultModelRegStatus) GetReglock() bool

GetReglock returns the Reglock field value

func (*ResultModelRegStatus) GetReglockOk

func (o *ResultModelRegStatus) GetReglockOk() (*bool, bool)

GetReglockOk returns a tuple with the Reglock field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetRenewal

func (o *ResultModelRegStatus) GetRenewal() string

GetRenewal returns the Renewal field value

func (*ResultModelRegStatus) GetRenewalOk

func (o *ResultModelRegStatus) GetRenewalOk() (*string, bool)

GetRenewalOk returns a tuple with the Renewal field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) GetSupportsReglock

func (o *ResultModelRegStatus) GetSupportsReglock() bool

GetSupportsReglock returns the SupportsReglock field value

func (*ResultModelRegStatus) GetSupportsReglockOk

func (o *ResultModelRegStatus) GetSupportsReglockOk() (*bool, bool)

GetSupportsReglockOk returns a tuple with the SupportsReglock field value and a boolean to check if the value has been set.

func (*ResultModelRegStatus) HasAutoRenewCardId

func (o *ResultModelRegStatus) HasAutoRenewCardId() bool

HasAutoRenewCardId returns a boolean if a field has been set.

func (*ResultModelRegStatus) HasLetExpireFailed

func (o *ResultModelRegStatus) HasLetExpireFailed() bool

HasLetExpireFailed returns a boolean if a field has been set.

func (ResultModelRegStatus) MarshalJSON

func (o ResultModelRegStatus) MarshalJSON() ([]byte, error)

func (*ResultModelRegStatus) SetAutoRenew

func (o *ResultModelRegStatus) SetAutoRenew(v bool)

SetAutoRenew sets field value

func (*ResultModelRegStatus) SetAutoRenewCardId

func (o *ResultModelRegStatus) SetAutoRenewCardId(v string)

SetAutoRenewCardId gets a reference to the given string and assigns it to the AutoRenewCardId field.

func (*ResultModelRegStatus) SetExpiry

func (o *ResultModelRegStatus) SetExpiry(v string)

SetExpiry sets field value

func (*ResultModelRegStatus) SetLetExpire

func (o *ResultModelRegStatus) SetLetExpire(v bool)

SetLetExpire sets field value

func (*ResultModelRegStatus) SetLetExpireFailed

func (o *ResultModelRegStatus) SetLetExpireFailed(v bool)

SetLetExpireFailed gets a reference to the given bool and assigns it to the LetExpireFailed field.

func (*ResultModelRegStatus) SetLocalRegistrar

func (o *ResultModelRegStatus) SetLocalRegistrar(v bool)

SetLocalRegistrar sets field value

func (*ResultModelRegStatus) SetReglock

func (o *ResultModelRegStatus) SetReglock(v bool)

SetReglock sets field value

func (*ResultModelRegStatus) SetRenewal

func (o *ResultModelRegStatus) SetRenewal(v string)

SetRenewal sets field value

func (*ResultModelRegStatus) SetSupportsReglock

func (o *ResultModelRegStatus) SetSupportsReglock(v bool)

SetSupportsReglock sets field value

func (ResultModelRegStatus) ToMap

func (o ResultModelRegStatus) ToMap() (map[string]interface{}, error)

func (*ResultModelRegStatus) UnmarshalJSON

func (o *ResultModelRegStatus) UnmarshalJSON(data []byte) (err error)

type ResultModelServiceDescription

type ResultModelServiceDescription struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                            `json:"msg"`
	Data ResultModelServiceDescriptionData `json:"data"`
}

ResultModelServiceDescription struct for ResultModelServiceDescription

func NewResultModelServiceDescription

func NewResultModelServiceDescription(status int32, tm int32, msg string, data ResultModelServiceDescriptionData) *ResultModelServiceDescription

NewResultModelServiceDescription instantiates a new ResultModelServiceDescription 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 NewResultModelServiceDescriptionWithDefaults

func NewResultModelServiceDescriptionWithDefaults() *ResultModelServiceDescription

NewResultModelServiceDescriptionWithDefaults instantiates a new ResultModelServiceDescription 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 (*ResultModelServiceDescription) GetData

GetData returns the Data field value

func (*ResultModelServiceDescription) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescription) GetMsg

GetMsg returns the Msg field value

func (*ResultModelServiceDescription) GetMsgOk

func (o *ResultModelServiceDescription) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescription) GetStatus

func (o *ResultModelServiceDescription) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelServiceDescription) GetStatusOk

func (o *ResultModelServiceDescription) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescription) GetTm

GetTm returns the Tm field value

func (*ResultModelServiceDescription) GetTmOk

func (o *ResultModelServiceDescription) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelServiceDescription) MarshalJSON

func (o ResultModelServiceDescription) MarshalJSON() ([]byte, error)

func (*ResultModelServiceDescription) SetData

SetData sets field value

func (*ResultModelServiceDescription) SetMsg

SetMsg sets field value

func (*ResultModelServiceDescription) SetStatus

func (o *ResultModelServiceDescription) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelServiceDescription) SetTm

SetTm sets field value

func (ResultModelServiceDescription) ToMap

func (o ResultModelServiceDescription) ToMap() (map[string]interface{}, error)

func (*ResultModelServiceDescription) UnmarshalJSON

func (o *ResultModelServiceDescription) UnmarshalJSON(data []byte) (err error)

type ResultModelServiceDescriptionData

type ResultModelServiceDescriptionData struct {
	// The ID of the service included in the request
	ServiceId int32 `json:"service_id"`
	// The name of the service
	Name string `json:"name"`
	// The term the service is active before requiring renewal. Almost always presented in months
	Period int32 `json:"period"`
	// Is the service an enterprise level service
	Enterprise int32 `json:"enterprise"`
	// A description of the service offering
	Description string `json:"description"`
}

ResultModelServiceDescriptionData Response data related to request

func NewResultModelServiceDescriptionData

func NewResultModelServiceDescriptionData(serviceId int32, name string, period int32, enterprise int32, description string) *ResultModelServiceDescriptionData

NewResultModelServiceDescriptionData instantiates a new ResultModelServiceDescriptionData 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 NewResultModelServiceDescriptionDataWithDefaults

func NewResultModelServiceDescriptionDataWithDefaults() *ResultModelServiceDescriptionData

NewResultModelServiceDescriptionDataWithDefaults instantiates a new ResultModelServiceDescriptionData 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 (*ResultModelServiceDescriptionData) GetDescription

func (o *ResultModelServiceDescriptionData) GetDescription() string

GetDescription returns the Description field value

func (*ResultModelServiceDescriptionData) GetDescriptionOk

func (o *ResultModelServiceDescriptionData) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescriptionData) GetEnterprise

func (o *ResultModelServiceDescriptionData) GetEnterprise() int32

GetEnterprise returns the Enterprise field value

func (*ResultModelServiceDescriptionData) GetEnterpriseOk

func (o *ResultModelServiceDescriptionData) GetEnterpriseOk() (*int32, bool)

GetEnterpriseOk returns a tuple with the Enterprise field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescriptionData) GetName

GetName returns the Name field value

func (*ResultModelServiceDescriptionData) GetNameOk

func (o *ResultModelServiceDescriptionData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescriptionData) GetPeriod

GetPeriod returns the Period field value

func (*ResultModelServiceDescriptionData) GetPeriodOk

func (o *ResultModelServiceDescriptionData) GetPeriodOk() (*int32, bool)

GetPeriodOk returns a tuple with the Period field value and a boolean to check if the value has been set.

func (*ResultModelServiceDescriptionData) GetServiceId

func (o *ResultModelServiceDescriptionData) GetServiceId() int32

GetServiceId returns the ServiceId field value

func (*ResultModelServiceDescriptionData) GetServiceIdOk

func (o *ResultModelServiceDescriptionData) GetServiceIdOk() (*int32, bool)

GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.

func (ResultModelServiceDescriptionData) MarshalJSON

func (o ResultModelServiceDescriptionData) MarshalJSON() ([]byte, error)

func (*ResultModelServiceDescriptionData) SetDescription

func (o *ResultModelServiceDescriptionData) SetDescription(v string)

SetDescription sets field value

func (*ResultModelServiceDescriptionData) SetEnterprise

func (o *ResultModelServiceDescriptionData) SetEnterprise(v int32)

SetEnterprise sets field value

func (*ResultModelServiceDescriptionData) SetName

SetName sets field value

func (*ResultModelServiceDescriptionData) SetPeriod

func (o *ResultModelServiceDescriptionData) SetPeriod(v int32)

SetPeriod sets field value

func (*ResultModelServiceDescriptionData) SetServiceId

func (o *ResultModelServiceDescriptionData) SetServiceId(v int32)

SetServiceId sets field value

func (ResultModelServiceDescriptionData) ToMap

func (o ResultModelServiceDescriptionData) ToMap() (map[string]interface{}, error)

func (*ResultModelServiceDescriptionData) UnmarshalJSON

func (o *ResultModelServiceDescriptionData) UnmarshalJSON(data []byte) (err error)

type ResultModelSetRegStatus

type ResultModelSetRegStatus struct {
	Msg    *string                       `json:"msg,omitempty"`
	Tm     *int32                        `json:"tm,omitempty"`
	Data   []ResultModelSetRegStatusItem `json:"data,omitempty"`
	Status *int32                        `json:"status,omitempty"`
}

ResultModelSetRegStatus struct for ResultModelSetRegStatus

func NewResultModelSetRegStatus

func NewResultModelSetRegStatus() *ResultModelSetRegStatus

NewResultModelSetRegStatus instantiates a new ResultModelSetRegStatus 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 NewResultModelSetRegStatusWithDefaults

func NewResultModelSetRegStatusWithDefaults() *ResultModelSetRegStatus

NewResultModelSetRegStatusWithDefaults instantiates a new ResultModelSetRegStatus 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 (*ResultModelSetRegStatus) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ResultModelSetRegStatus) GetDataOk

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatus) GetMsg

func (o *ResultModelSetRegStatus) GetMsg() string

GetMsg returns the Msg field value if set, zero value otherwise.

func (*ResultModelSetRegStatus) GetMsgOk

func (o *ResultModelSetRegStatus) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatus) GetStatus

func (o *ResultModelSetRegStatus) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*ResultModelSetRegStatus) GetStatusOk

func (o *ResultModelSetRegStatus) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatus) GetTm

func (o *ResultModelSetRegStatus) GetTm() int32

GetTm returns the Tm field value if set, zero value otherwise.

func (*ResultModelSetRegStatus) GetTmOk

func (o *ResultModelSetRegStatus) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatus) HasData

func (o *ResultModelSetRegStatus) HasData() bool

HasData returns a boolean if a field has been set.

func (*ResultModelSetRegStatus) HasMsg

func (o *ResultModelSetRegStatus) HasMsg() bool

HasMsg returns a boolean if a field has been set.

func (*ResultModelSetRegStatus) HasStatus

func (o *ResultModelSetRegStatus) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ResultModelSetRegStatus) HasTm

func (o *ResultModelSetRegStatus) HasTm() bool

HasTm returns a boolean if a field has been set.

func (ResultModelSetRegStatus) MarshalJSON

func (o ResultModelSetRegStatus) MarshalJSON() ([]byte, error)

func (*ResultModelSetRegStatus) SetData

SetData gets a reference to the given []ResultModelSetRegStatusItem and assigns it to the Data field.

func (*ResultModelSetRegStatus) SetMsg

func (o *ResultModelSetRegStatus) SetMsg(v string)

SetMsg gets a reference to the given string and assigns it to the Msg field.

func (*ResultModelSetRegStatus) SetStatus

func (o *ResultModelSetRegStatus) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*ResultModelSetRegStatus) SetTm

func (o *ResultModelSetRegStatus) SetTm(v int32)

SetTm gets a reference to the given int32 and assigns it to the Tm field.

func (ResultModelSetRegStatus) ToMap

func (o ResultModelSetRegStatus) ToMap() (map[string]interface{}, error)

type ResultModelSetRegStatusItem

type ResultModelSetRegStatusItem struct {
	// The domain to change the regstatus on
	Domain string `json:"domain"`
	// (OPTIONAL) The reglock setting provided by the user
	Reglock *bool `json:"reglock,omitempty"`
	// (OPTIONAL) The renew setting provided by the caller
	Renewal *string `json:"renewal,omitempty"`
	// (OPTIONAL) Set to true if a lock change was attempted
	ChangeLock *bool `json:"change_lock,omitempty"`
	// (OPTIONAL) Set to true if a lock change was attempted but failed
	ChangeLockFailed *bool `json:"change_lock_failed,omitempty"`
	// (OPTIONAL) Set to true if a renewal action change was attempted
	ChangeRenew *bool `json:"change_renew,omitempty"`
	// (OPTIONAL) Set to true if a renewal action change was attempted but failed
	ChangeRenewFailed *bool `json:"change_renew_failed,omitempty"`
	// (OPTIONAL) Set to true if a let_expire change was attempted
	ChangeLetExpire *bool `json:"change_let_expire,omitempty"`
	// (OPTIONAL) Set to true if a let_expire change was attempted but failed
	ChangeLetExpireFailed *bool `json:"change_let_expire_failed,omitempty"`
	// (OPTIONAL) Attempts to connect to the registry for this domain failed
	ConnectFailed *bool `json:"connect_failed,omitempty"`
	// (OPTIONAL) Based on the domain provided the renewal action change was invalid. For example trying to set a .CA domain to expire
	InvalidRenewalState *bool `json:"invalid_renewal_state,omitempty"`
}

ResultModelSetRegStatusItem struct for ResultModelSetRegStatusItem

func NewResultModelSetRegStatusItem

func NewResultModelSetRegStatusItem(domain string) *ResultModelSetRegStatusItem

NewResultModelSetRegStatusItem instantiates a new ResultModelSetRegStatusItem 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 NewResultModelSetRegStatusItemWithDefaults

func NewResultModelSetRegStatusItemWithDefaults() *ResultModelSetRegStatusItem

NewResultModelSetRegStatusItemWithDefaults instantiates a new ResultModelSetRegStatusItem 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 (*ResultModelSetRegStatusItem) GetChangeLetExpire

func (o *ResultModelSetRegStatusItem) GetChangeLetExpire() bool

GetChangeLetExpire returns the ChangeLetExpire field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeLetExpireFailed

func (o *ResultModelSetRegStatusItem) GetChangeLetExpireFailed() bool

GetChangeLetExpireFailed returns the ChangeLetExpireFailed field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeLetExpireFailedOk

func (o *ResultModelSetRegStatusItem) GetChangeLetExpireFailedOk() (*bool, bool)

GetChangeLetExpireFailedOk returns a tuple with the ChangeLetExpireFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetChangeLetExpireOk

func (o *ResultModelSetRegStatusItem) GetChangeLetExpireOk() (*bool, bool)

GetChangeLetExpireOk returns a tuple with the ChangeLetExpire field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetChangeLock

func (o *ResultModelSetRegStatusItem) GetChangeLock() bool

GetChangeLock returns the ChangeLock field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeLockFailed

func (o *ResultModelSetRegStatusItem) GetChangeLockFailed() bool

GetChangeLockFailed returns the ChangeLockFailed field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeLockFailedOk

func (o *ResultModelSetRegStatusItem) GetChangeLockFailedOk() (*bool, bool)

GetChangeLockFailedOk returns a tuple with the ChangeLockFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetChangeLockOk

func (o *ResultModelSetRegStatusItem) GetChangeLockOk() (*bool, bool)

GetChangeLockOk returns a tuple with the ChangeLock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetChangeRenew

func (o *ResultModelSetRegStatusItem) GetChangeRenew() bool

GetChangeRenew returns the ChangeRenew field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeRenewFailed

func (o *ResultModelSetRegStatusItem) GetChangeRenewFailed() bool

GetChangeRenewFailed returns the ChangeRenewFailed field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetChangeRenewFailedOk

func (o *ResultModelSetRegStatusItem) GetChangeRenewFailedOk() (*bool, bool)

GetChangeRenewFailedOk returns a tuple with the ChangeRenewFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetChangeRenewOk

func (o *ResultModelSetRegStatusItem) GetChangeRenewOk() (*bool, bool)

GetChangeRenewOk returns a tuple with the ChangeRenew field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetConnectFailed

func (o *ResultModelSetRegStatusItem) GetConnectFailed() bool

GetConnectFailed returns the ConnectFailed field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetConnectFailedOk

func (o *ResultModelSetRegStatusItem) GetConnectFailedOk() (*bool, bool)

GetConnectFailedOk returns a tuple with the ConnectFailed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetDomain

func (o *ResultModelSetRegStatusItem) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelSetRegStatusItem) GetDomainOk

func (o *ResultModelSetRegStatusItem) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetInvalidRenewalState

func (o *ResultModelSetRegStatusItem) GetInvalidRenewalState() bool

GetInvalidRenewalState returns the InvalidRenewalState field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetInvalidRenewalStateOk

func (o *ResultModelSetRegStatusItem) GetInvalidRenewalStateOk() (*bool, bool)

GetInvalidRenewalStateOk returns a tuple with the InvalidRenewalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetReglock

func (o *ResultModelSetRegStatusItem) GetReglock() bool

GetReglock returns the Reglock field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetReglockOk

func (o *ResultModelSetRegStatusItem) GetReglockOk() (*bool, bool)

GetReglockOk returns a tuple with the Reglock field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) GetRenewal

func (o *ResultModelSetRegStatusItem) GetRenewal() string

GetRenewal returns the Renewal field value if set, zero value otherwise.

func (*ResultModelSetRegStatusItem) GetRenewalOk

func (o *ResultModelSetRegStatusItem) GetRenewalOk() (*string, bool)

GetRenewalOk returns a tuple with the Renewal field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelSetRegStatusItem) HasChangeLetExpire

func (o *ResultModelSetRegStatusItem) HasChangeLetExpire() bool

HasChangeLetExpire returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasChangeLetExpireFailed

func (o *ResultModelSetRegStatusItem) HasChangeLetExpireFailed() bool

HasChangeLetExpireFailed returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasChangeLock

func (o *ResultModelSetRegStatusItem) HasChangeLock() bool

HasChangeLock returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasChangeLockFailed

func (o *ResultModelSetRegStatusItem) HasChangeLockFailed() bool

HasChangeLockFailed returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasChangeRenew

func (o *ResultModelSetRegStatusItem) HasChangeRenew() bool

HasChangeRenew returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasChangeRenewFailed

func (o *ResultModelSetRegStatusItem) HasChangeRenewFailed() bool

HasChangeRenewFailed returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasConnectFailed

func (o *ResultModelSetRegStatusItem) HasConnectFailed() bool

HasConnectFailed returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasInvalidRenewalState

func (o *ResultModelSetRegStatusItem) HasInvalidRenewalState() bool

HasInvalidRenewalState returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasReglock

func (o *ResultModelSetRegStatusItem) HasReglock() bool

HasReglock returns a boolean if a field has been set.

func (*ResultModelSetRegStatusItem) HasRenewal

func (o *ResultModelSetRegStatusItem) HasRenewal() bool

HasRenewal returns a boolean if a field has been set.

func (ResultModelSetRegStatusItem) MarshalJSON

func (o ResultModelSetRegStatusItem) MarshalJSON() ([]byte, error)

func (*ResultModelSetRegStatusItem) SetChangeLetExpire

func (o *ResultModelSetRegStatusItem) SetChangeLetExpire(v bool)

SetChangeLetExpire gets a reference to the given bool and assigns it to the ChangeLetExpire field.

func (*ResultModelSetRegStatusItem) SetChangeLetExpireFailed

func (o *ResultModelSetRegStatusItem) SetChangeLetExpireFailed(v bool)

SetChangeLetExpireFailed gets a reference to the given bool and assigns it to the ChangeLetExpireFailed field.

func (*ResultModelSetRegStatusItem) SetChangeLock

func (o *ResultModelSetRegStatusItem) SetChangeLock(v bool)

SetChangeLock gets a reference to the given bool and assigns it to the ChangeLock field.

func (*ResultModelSetRegStatusItem) SetChangeLockFailed

func (o *ResultModelSetRegStatusItem) SetChangeLockFailed(v bool)

SetChangeLockFailed gets a reference to the given bool and assigns it to the ChangeLockFailed field.

func (*ResultModelSetRegStatusItem) SetChangeRenew

func (o *ResultModelSetRegStatusItem) SetChangeRenew(v bool)

SetChangeRenew gets a reference to the given bool and assigns it to the ChangeRenew field.

func (*ResultModelSetRegStatusItem) SetChangeRenewFailed

func (o *ResultModelSetRegStatusItem) SetChangeRenewFailed(v bool)

SetChangeRenewFailed gets a reference to the given bool and assigns it to the ChangeRenewFailed field.

func (*ResultModelSetRegStatusItem) SetConnectFailed

func (o *ResultModelSetRegStatusItem) SetConnectFailed(v bool)

SetConnectFailed gets a reference to the given bool and assigns it to the ConnectFailed field.

func (*ResultModelSetRegStatusItem) SetDomain

func (o *ResultModelSetRegStatusItem) SetDomain(v string)

SetDomain sets field value

func (*ResultModelSetRegStatusItem) SetInvalidRenewalState

func (o *ResultModelSetRegStatusItem) SetInvalidRenewalState(v bool)

SetInvalidRenewalState gets a reference to the given bool and assigns it to the InvalidRenewalState field.

func (*ResultModelSetRegStatusItem) SetReglock

func (o *ResultModelSetRegStatusItem) SetReglock(v bool)

SetReglock gets a reference to the given bool and assigns it to the Reglock field.

func (*ResultModelSetRegStatusItem) SetRenewal

func (o *ResultModelSetRegStatusItem) SetRenewal(v string)

SetRenewal gets a reference to the given string and assigns it to the Renewal field.

func (ResultModelSetRegStatusItem) ToMap

func (o ResultModelSetRegStatusItem) ToMap() (map[string]interface{}, error)

func (*ResultModelSetRegStatusItem) UnmarshalJSON

func (o *ResultModelSetRegStatusItem) UnmarshalJSON(data []byte) (err error)

type ResultModelSubscriptionDescription

type ResultModelSubscriptionDescription struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                                 `json:"msg"`
	Data ResultModelSubscriptionDescriptionData `json:"data"`
}

ResultModelSubscriptionDescription struct for ResultModelSubscriptionDescription

func NewResultModelSubscriptionDescription

func NewResultModelSubscriptionDescription(status int32, tm int32, msg string, data ResultModelSubscriptionDescriptionData) *ResultModelSubscriptionDescription

NewResultModelSubscriptionDescription instantiates a new ResultModelSubscriptionDescription 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 NewResultModelSubscriptionDescriptionWithDefaults

func NewResultModelSubscriptionDescriptionWithDefaults() *ResultModelSubscriptionDescription

NewResultModelSubscriptionDescriptionWithDefaults instantiates a new ResultModelSubscriptionDescription 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 (*ResultModelSubscriptionDescription) GetData

GetData returns the Data field value

func (*ResultModelSubscriptionDescription) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescription) GetMsg

GetMsg returns the Msg field value

func (*ResultModelSubscriptionDescription) GetMsgOk

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescription) GetStatus

GetStatus returns the Status field value

func (*ResultModelSubscriptionDescription) GetStatusOk

func (o *ResultModelSubscriptionDescription) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescription) GetTm

GetTm returns the Tm field value

func (*ResultModelSubscriptionDescription) GetTmOk

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelSubscriptionDescription) MarshalJSON

func (o ResultModelSubscriptionDescription) MarshalJSON() ([]byte, error)

func (*ResultModelSubscriptionDescription) SetData

SetData sets field value

func (*ResultModelSubscriptionDescription) SetMsg

SetMsg sets field value

func (*ResultModelSubscriptionDescription) SetStatus

func (o *ResultModelSubscriptionDescription) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelSubscriptionDescription) SetTm

SetTm sets field value

func (ResultModelSubscriptionDescription) ToMap

func (o ResultModelSubscriptionDescription) ToMap() (map[string]interface{}, error)

func (*ResultModelSubscriptionDescription) UnmarshalJSON

func (o *ResultModelSubscriptionDescription) UnmarshalJSON(data []byte) (err error)

type ResultModelSubscriptionDescriptionData

type ResultModelSubscriptionDescriptionData struct {
	// The ID of the subscription block included in the request
	SubscriptionId int32 `json:"subscription_id"`
	// The name of the service
	Name string `json:"name"`
	// The ID of the service provided by the requested subscription block
	ServiceId int32 `json:"service_id"`
	// The term the subscription block is active before requiring renewal. Almost always presented in months
	Period int32 `json:"period"`
	// Is the service an enterprise level service
	Enterprise int32 `json:"enterprise"`
	// A description of the service offering
	Description string `json:"description"`
	// The number of domains the subscription block supports
	Size int32 `json:"size"`
}

ResultModelSubscriptionDescriptionData Response data related to request

func NewResultModelSubscriptionDescriptionData

func NewResultModelSubscriptionDescriptionData(subscriptionId int32, name string, serviceId int32, period int32, enterprise int32, description string, size int32) *ResultModelSubscriptionDescriptionData

NewResultModelSubscriptionDescriptionData instantiates a new ResultModelSubscriptionDescriptionData 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 NewResultModelSubscriptionDescriptionDataWithDefaults

func NewResultModelSubscriptionDescriptionDataWithDefaults() *ResultModelSubscriptionDescriptionData

NewResultModelSubscriptionDescriptionDataWithDefaults instantiates a new ResultModelSubscriptionDescriptionData 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 (*ResultModelSubscriptionDescriptionData) GetDescription

func (o *ResultModelSubscriptionDescriptionData) GetDescription() string

GetDescription returns the Description field value

func (*ResultModelSubscriptionDescriptionData) GetDescriptionOk

func (o *ResultModelSubscriptionDescriptionData) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetEnterprise

func (o *ResultModelSubscriptionDescriptionData) GetEnterprise() int32

GetEnterprise returns the Enterprise field value

func (*ResultModelSubscriptionDescriptionData) GetEnterpriseOk

func (o *ResultModelSubscriptionDescriptionData) GetEnterpriseOk() (*int32, bool)

GetEnterpriseOk returns a tuple with the Enterprise field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetName

GetName returns the Name field value

func (*ResultModelSubscriptionDescriptionData) GetNameOk

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetPeriod

GetPeriod returns the Period field value

func (*ResultModelSubscriptionDescriptionData) GetPeriodOk

func (o *ResultModelSubscriptionDescriptionData) GetPeriodOk() (*int32, bool)

GetPeriodOk returns a tuple with the Period field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetServiceId

GetServiceId returns the ServiceId field value

func (*ResultModelSubscriptionDescriptionData) GetServiceIdOk

func (o *ResultModelSubscriptionDescriptionData) GetServiceIdOk() (*int32, bool)

GetServiceIdOk returns a tuple with the ServiceId field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetSize

GetSize returns the Size field value

func (*ResultModelSubscriptionDescriptionData) GetSizeOk

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*ResultModelSubscriptionDescriptionData) GetSubscriptionId

func (o *ResultModelSubscriptionDescriptionData) GetSubscriptionId() int32

GetSubscriptionId returns the SubscriptionId field value

func (*ResultModelSubscriptionDescriptionData) GetSubscriptionIdOk

func (o *ResultModelSubscriptionDescriptionData) GetSubscriptionIdOk() (*int32, bool)

GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.

func (ResultModelSubscriptionDescriptionData) MarshalJSON

func (o ResultModelSubscriptionDescriptionData) MarshalJSON() ([]byte, error)

func (*ResultModelSubscriptionDescriptionData) SetDescription

func (o *ResultModelSubscriptionDescriptionData) SetDescription(v string)

SetDescription sets field value

func (*ResultModelSubscriptionDescriptionData) SetEnterprise

func (o *ResultModelSubscriptionDescriptionData) SetEnterprise(v int32)

SetEnterprise sets field value

func (*ResultModelSubscriptionDescriptionData) SetName

SetName sets field value

func (*ResultModelSubscriptionDescriptionData) SetPeriod

SetPeriod sets field value

func (*ResultModelSubscriptionDescriptionData) SetServiceId

func (o *ResultModelSubscriptionDescriptionData) SetServiceId(v int32)

SetServiceId sets field value

func (*ResultModelSubscriptionDescriptionData) SetSize

SetSize sets field value

func (*ResultModelSubscriptionDescriptionData) SetSubscriptionId

func (o *ResultModelSubscriptionDescriptionData) SetSubscriptionId(v int32)

SetSubscriptionId sets field value

func (ResultModelSubscriptionDescriptionData) ToMap

func (o ResultModelSubscriptionDescriptionData) ToMap() (map[string]interface{}, error)

func (*ResultModelSubscriptionDescriptionData) UnmarshalJSON

func (o *ResultModelSubscriptionDescriptionData) UnmarshalJSON(data []byte) (err error)

type ResultModelUserDomainList

type ResultModelUserDomainList struct {
	Status int32 `json:"status"`
	// The unix timestamp of the request
	Tm int32 `json:"tm"`
	// Processing result message related to response
	Msg  string                        `json:"msg"`
	Data ResultModelUserDomainListData `json:"data"`
}

ResultModelUserDomainList struct for ResultModelUserDomainList

func NewResultModelUserDomainList

func NewResultModelUserDomainList(status int32, tm int32, msg string, data ResultModelUserDomainListData) *ResultModelUserDomainList

NewResultModelUserDomainList instantiates a new ResultModelUserDomainList 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 NewResultModelUserDomainListWithDefaults

func NewResultModelUserDomainListWithDefaults() *ResultModelUserDomainList

NewResultModelUserDomainListWithDefaults instantiates a new ResultModelUserDomainList 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 (*ResultModelUserDomainList) GetData

GetData returns the Data field value

func (*ResultModelUserDomainList) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelUserDomainList) GetMsg

func (o *ResultModelUserDomainList) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelUserDomainList) GetMsgOk

func (o *ResultModelUserDomainList) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelUserDomainList) GetStatus

func (o *ResultModelUserDomainList) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelUserDomainList) GetStatusOk

func (o *ResultModelUserDomainList) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelUserDomainList) GetTm

func (o *ResultModelUserDomainList) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelUserDomainList) GetTmOk

func (o *ResultModelUserDomainList) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelUserDomainList) MarshalJSON

func (o ResultModelUserDomainList) MarshalJSON() ([]byte, error)

func (*ResultModelUserDomainList) SetData

SetData sets field value

func (*ResultModelUserDomainList) SetMsg

func (o *ResultModelUserDomainList) SetMsg(v string)

SetMsg sets field value

func (*ResultModelUserDomainList) SetStatus

func (o *ResultModelUserDomainList) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelUserDomainList) SetTm

func (o *ResultModelUserDomainList) SetTm(v int32)

SetTm sets field value

func (ResultModelUserDomainList) ToMap

func (o ResultModelUserDomainList) ToMap() (map[string]interface{}, error)

func (*ResultModelUserDomainList) UnmarshalJSON

func (o *ResultModelUserDomainList) UnmarshalJSON(data []byte) (err error)

type ResultModelUserDomainListData

type ResultModelUserDomainListData struct {
	// The user the domains are associated with
	User string `json:"user"`
	// An array of objects containing the domains
	Index []ResultModelUserDomainListDataIndexInner `json:"index,omitempty"`
}

ResultModelUserDomainListData Response data related to request

func NewResultModelUserDomainListData

func NewResultModelUserDomainListData(user string) *ResultModelUserDomainListData

NewResultModelUserDomainListData instantiates a new ResultModelUserDomainListData 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 NewResultModelUserDomainListDataWithDefaults

func NewResultModelUserDomainListDataWithDefaults() *ResultModelUserDomainListData

NewResultModelUserDomainListDataWithDefaults instantiates a new ResultModelUserDomainListData 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 (*ResultModelUserDomainListData) GetIndex

GetIndex returns the Index field value if set, zero value otherwise.

func (*ResultModelUserDomainListData) GetIndexOk

GetIndexOk returns a tuple with the Index field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelUserDomainListData) GetUser

GetUser returns the User field value

func (*ResultModelUserDomainListData) GetUserOk

func (o *ResultModelUserDomainListData) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (*ResultModelUserDomainListData) HasIndex

func (o *ResultModelUserDomainListData) HasIndex() bool

HasIndex returns a boolean if a field has been set.

func (ResultModelUserDomainListData) MarshalJSON

func (o ResultModelUserDomainListData) MarshalJSON() ([]byte, error)

func (*ResultModelUserDomainListData) SetIndex

SetIndex gets a reference to the given []ResultModelUserDomainListDataIndexInner and assigns it to the Index field.

func (*ResultModelUserDomainListData) SetUser

func (o *ResultModelUserDomainListData) SetUser(v string)

SetUser sets field value

func (ResultModelUserDomainListData) ToMap

func (o ResultModelUserDomainListData) ToMap() (map[string]interface{}, error)

func (*ResultModelUserDomainListData) UnmarshalJSON

func (o *ResultModelUserDomainListData) UnmarshalJSON(data []byte) (err error)

type ResultModelUserDomainListDataIndexInner

type ResultModelUserDomainListDataIndexInner struct {
	// The domain name
	Name string `json:"name"`
	// The API endpoint URL for this domain
	Link string `json:"link"`
}

ResultModelUserDomainListDataIndexInner struct for ResultModelUserDomainListDataIndexInner

func NewResultModelUserDomainListDataIndexInner

func NewResultModelUserDomainListDataIndexInner(name string, link string) *ResultModelUserDomainListDataIndexInner

NewResultModelUserDomainListDataIndexInner instantiates a new ResultModelUserDomainListDataIndexInner 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 NewResultModelUserDomainListDataIndexInnerWithDefaults

func NewResultModelUserDomainListDataIndexInnerWithDefaults() *ResultModelUserDomainListDataIndexInner

NewResultModelUserDomainListDataIndexInnerWithDefaults instantiates a new ResultModelUserDomainListDataIndexInner 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

GetLink returns the Link field value

func (*ResultModelUserDomainListDataIndexInner) GetLinkOk

GetLinkOk returns a tuple with the Link field value and a boolean to check if the value has been set.

func (*ResultModelUserDomainListDataIndexInner) GetName

GetName returns the Name field value

func (*ResultModelUserDomainListDataIndexInner) GetNameOk

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (ResultModelUserDomainListDataIndexInner) MarshalJSON

func (o ResultModelUserDomainListDataIndexInner) MarshalJSON() ([]byte, error)

SetLink sets field value

func (*ResultModelUserDomainListDataIndexInner) SetName

SetName sets field value

func (ResultModelUserDomainListDataIndexInner) ToMap

func (o ResultModelUserDomainListDataIndexInner) ToMap() (map[string]interface{}, error)

func (*ResultModelUserDomainListDataIndexInner) UnmarshalJSON

func (o *ResultModelUserDomainListDataIndexInner) UnmarshalJSON(data []byte) (err error)

type ResultModelZoneList

type ResultModelZoneList struct {
	Msg    string                `json:"msg"`
	Status int32                 `json:"status"`
	Tm     int32                 `json:"tm"`
	Data   ResultModelZoneRecord `json:"data"`
	Count  *int32                `json:"count,omitempty"`
	Total  *int32                `json:"total,omitempty"`
	Start  *int32                `json:"start,omitempty"`
	Max    *int32                `json:"max,omitempty"`
}

ResultModelZoneList struct for ResultModelZoneList

func NewResultModelZoneList

func NewResultModelZoneList(msg string, status int32, tm int32, data ResultModelZoneRecord) *ResultModelZoneList

NewResultModelZoneList instantiates a new ResultModelZoneList 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 NewResultModelZoneListWithDefaults

func NewResultModelZoneListWithDefaults() *ResultModelZoneList

NewResultModelZoneListWithDefaults instantiates a new ResultModelZoneList 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 (*ResultModelZoneList) GetCount

func (o *ResultModelZoneList) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*ResultModelZoneList) GetCountOk

func (o *ResultModelZoneList) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetData

GetData returns the Data field value

func (*ResultModelZoneList) GetDataOk

func (o *ResultModelZoneList) GetDataOk() (*ResultModelZoneRecord, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetMax

func (o *ResultModelZoneList) GetMax() int32

GetMax returns the Max field value if set, zero value otherwise.

func (*ResultModelZoneList) GetMaxOk

func (o *ResultModelZoneList) GetMaxOk() (*int32, bool)

GetMaxOk returns a tuple with the Max field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetMsg

func (o *ResultModelZoneList) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelZoneList) GetMsgOk

func (o *ResultModelZoneList) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetStart

func (o *ResultModelZoneList) GetStart() int32

GetStart returns the Start field value if set, zero value otherwise.

func (*ResultModelZoneList) GetStartOk

func (o *ResultModelZoneList) GetStartOk() (*int32, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetStatus

func (o *ResultModelZoneList) GetStatus() int32

GetStatus returns the Status field value

func (*ResultModelZoneList) GetStatusOk

func (o *ResultModelZoneList) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetTm

func (o *ResultModelZoneList) GetTm() int32

GetTm returns the Tm field value

func (*ResultModelZoneList) GetTmOk

func (o *ResultModelZoneList) GetTmOk() (*int32, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (*ResultModelZoneList) GetTotal

func (o *ResultModelZoneList) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*ResultModelZoneList) GetTotalOk

func (o *ResultModelZoneList) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneList) HasCount

func (o *ResultModelZoneList) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ResultModelZoneList) HasMax

func (o *ResultModelZoneList) HasMax() bool

HasMax returns a boolean if a field has been set.

func (*ResultModelZoneList) HasStart

func (o *ResultModelZoneList) HasStart() bool

HasStart returns a boolean if a field has been set.

func (*ResultModelZoneList) HasTotal

func (o *ResultModelZoneList) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (ResultModelZoneList) MarshalJSON

func (o ResultModelZoneList) MarshalJSON() ([]byte, error)

func (*ResultModelZoneList) SetCount

func (o *ResultModelZoneList) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*ResultModelZoneList) SetData

SetData sets field value

func (*ResultModelZoneList) SetMax

func (o *ResultModelZoneList) SetMax(v int32)

SetMax gets a reference to the given int32 and assigns it to the Max field.

func (*ResultModelZoneList) SetMsg

func (o *ResultModelZoneList) SetMsg(v string)

SetMsg sets field value

func (*ResultModelZoneList) SetStart

func (o *ResultModelZoneList) SetStart(v int32)

SetStart gets a reference to the given int32 and assigns it to the Start field.

func (*ResultModelZoneList) SetStatus

func (o *ResultModelZoneList) SetStatus(v int32)

SetStatus sets field value

func (*ResultModelZoneList) SetTm

func (o *ResultModelZoneList) SetTm(v int32)

SetTm sets field value

func (*ResultModelZoneList) SetTotal

func (o *ResultModelZoneList) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (ResultModelZoneList) ToMap

func (o ResultModelZoneList) ToMap() (map[string]interface{}, error)

func (*ResultModelZoneList) UnmarshalJSON

func (o *ResultModelZoneList) UnmarshalJSON(data []byte) (err error)

type ResultModelZoneRecord

type ResultModelZoneRecord struct {
	Id        int32   `json:"id"`
	Domain    string  `json:"domain"`
	Host      string  `json:"host"`
	Ttl       *int32  `json:"ttl,omitempty"`
	Prio      *int32  `json:"prio,omitempty"`
	GeozoneId *int32  `json:"geozone_id,omitempty"`
	Type      string  `json:"type"`
	Rdata     string  `json:"rdata"`
	LastMod   *string `json:"last_mod,omitempty"`
}

ResultModelZoneRecord struct for ResultModelZoneRecord

func NewResultModelZoneRecord

func NewResultModelZoneRecord(id int32, domain string, host string, type_ string, rdata string) *ResultModelZoneRecord

NewResultModelZoneRecord instantiates a new ResultModelZoneRecord 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 NewResultModelZoneRecordWithDefaults

func NewResultModelZoneRecordWithDefaults() *ResultModelZoneRecord

NewResultModelZoneRecordWithDefaults instantiates a new ResultModelZoneRecord 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 (*ResultModelZoneRecord) GetDomain

func (o *ResultModelZoneRecord) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelZoneRecord) GetDomainOk

func (o *ResultModelZoneRecord) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetGeozoneId

func (o *ResultModelZoneRecord) GetGeozoneId() int32

GetGeozoneId returns the GeozoneId field value if set, zero value otherwise.

func (*ResultModelZoneRecord) GetGeozoneIdOk

func (o *ResultModelZoneRecord) GetGeozoneIdOk() (*int32, bool)

GetGeozoneIdOk returns a tuple with the GeozoneId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetHost

func (o *ResultModelZoneRecord) GetHost() string

GetHost returns the Host field value

func (*ResultModelZoneRecord) GetHostOk

func (o *ResultModelZoneRecord) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetId

func (o *ResultModelZoneRecord) GetId() int32

GetId returns the Id field value

func (*ResultModelZoneRecord) GetIdOk

func (o *ResultModelZoneRecord) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetLastMod

func (o *ResultModelZoneRecord) GetLastMod() string

GetLastMod returns the LastMod field value if set, zero value otherwise.

func (*ResultModelZoneRecord) GetLastModOk

func (o *ResultModelZoneRecord) GetLastModOk() (*string, bool)

GetLastModOk returns a tuple with the LastMod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetPrio

func (o *ResultModelZoneRecord) GetPrio() int32

GetPrio returns the Prio field value if set, zero value otherwise.

func (*ResultModelZoneRecord) GetPrioOk

func (o *ResultModelZoneRecord) GetPrioOk() (*int32, bool)

GetPrioOk returns a tuple with the Prio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetRdata

func (o *ResultModelZoneRecord) GetRdata() string

GetRdata returns the Rdata field value

func (*ResultModelZoneRecord) GetRdataOk

func (o *ResultModelZoneRecord) GetRdataOk() (*string, bool)

GetRdataOk returns a tuple with the Rdata field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetTtl

func (o *ResultModelZoneRecord) GetTtl() int32

GetTtl returns the Ttl field value if set, zero value otherwise.

func (*ResultModelZoneRecord) GetTtlOk

func (o *ResultModelZoneRecord) GetTtlOk() (*int32, bool)

GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) GetType

func (o *ResultModelZoneRecord) GetType() string

GetType returns the Type field value

func (*ResultModelZoneRecord) GetTypeOk

func (o *ResultModelZoneRecord) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecord) HasGeozoneId

func (o *ResultModelZoneRecord) HasGeozoneId() bool

HasGeozoneId returns a boolean if a field has been set.

func (*ResultModelZoneRecord) HasLastMod

func (o *ResultModelZoneRecord) HasLastMod() bool

HasLastMod returns a boolean if a field has been set.

func (*ResultModelZoneRecord) HasPrio

func (o *ResultModelZoneRecord) HasPrio() bool

HasPrio returns a boolean if a field has been set.

func (*ResultModelZoneRecord) HasTtl

func (o *ResultModelZoneRecord) HasTtl() bool

HasTtl returns a boolean if a field has been set.

func (ResultModelZoneRecord) MarshalJSON

func (o ResultModelZoneRecord) MarshalJSON() ([]byte, error)

func (*ResultModelZoneRecord) SetDomain

func (o *ResultModelZoneRecord) SetDomain(v string)

SetDomain sets field value

func (*ResultModelZoneRecord) SetGeozoneId

func (o *ResultModelZoneRecord) SetGeozoneId(v int32)

SetGeozoneId gets a reference to the given int32 and assigns it to the GeozoneId field.

func (*ResultModelZoneRecord) SetHost

func (o *ResultModelZoneRecord) SetHost(v string)

SetHost sets field value

func (*ResultModelZoneRecord) SetId

func (o *ResultModelZoneRecord) SetId(v int32)

SetId sets field value

func (*ResultModelZoneRecord) SetLastMod

func (o *ResultModelZoneRecord) SetLastMod(v string)

SetLastMod gets a reference to the given string and assigns it to the LastMod field.

func (*ResultModelZoneRecord) SetPrio

func (o *ResultModelZoneRecord) SetPrio(v int32)

SetPrio gets a reference to the given int32 and assigns it to the Prio field.

func (*ResultModelZoneRecord) SetRdata

func (o *ResultModelZoneRecord) SetRdata(v string)

SetRdata sets field value

func (*ResultModelZoneRecord) SetTtl

func (o *ResultModelZoneRecord) SetTtl(v int32)

SetTtl gets a reference to the given int32 and assigns it to the Ttl field.

func (*ResultModelZoneRecord) SetType

func (o *ResultModelZoneRecord) SetType(v string)

SetType sets field value

func (ResultModelZoneRecord) ToMap

func (o ResultModelZoneRecord) ToMap() (map[string]interface{}, error)

func (*ResultModelZoneRecord) UnmarshalJSON

func (o *ResultModelZoneRecord) UnmarshalJSON(data []byte) (err error)

type ResultModelZoneRecordBody

type ResultModelZoneRecordBody struct {
	// Successful result message
	Msg string `json:"msg"`
	// The unix epoch timestamp of the request
	Tm   int64                 `json:"tm"`
	Data ResultModelZoneRecord `json:"data"`
	// The HTTP status code for the result
	Status int64 `json:"status"`
}

ResultModelZoneRecordBody struct for ResultModelZoneRecordBody

func NewResultModelZoneRecordBody

func NewResultModelZoneRecordBody(msg string, tm int64, data ResultModelZoneRecord, status int64) *ResultModelZoneRecordBody

NewResultModelZoneRecordBody instantiates a new ResultModelZoneRecordBody 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 NewResultModelZoneRecordBodyWithDefaults

func NewResultModelZoneRecordBodyWithDefaults() *ResultModelZoneRecordBody

NewResultModelZoneRecordBodyWithDefaults instantiates a new ResultModelZoneRecordBody 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 (*ResultModelZoneRecordBody) GetData

GetData returns the Data field value

func (*ResultModelZoneRecordBody) GetDataOk

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecordBody) GetMsg

func (o *ResultModelZoneRecordBody) GetMsg() string

GetMsg returns the Msg field value

func (*ResultModelZoneRecordBody) GetMsgOk

func (o *ResultModelZoneRecordBody) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecordBody) GetStatus

func (o *ResultModelZoneRecordBody) GetStatus() int64

GetStatus returns the Status field value

func (*ResultModelZoneRecordBody) GetStatusOk

func (o *ResultModelZoneRecordBody) GetStatusOk() (*int64, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ResultModelZoneRecordBody) GetTm

func (o *ResultModelZoneRecordBody) GetTm() int64

GetTm returns the Tm field value

func (*ResultModelZoneRecordBody) GetTmOk

func (o *ResultModelZoneRecordBody) GetTmOk() (*int64, bool)

GetTmOk returns a tuple with the Tm field value and a boolean to check if the value has been set.

func (ResultModelZoneRecordBody) MarshalJSON

func (o ResultModelZoneRecordBody) MarshalJSON() ([]byte, error)

func (*ResultModelZoneRecordBody) SetData

SetData sets field value

func (*ResultModelZoneRecordBody) SetMsg

func (o *ResultModelZoneRecordBody) SetMsg(v string)

SetMsg sets field value

func (*ResultModelZoneRecordBody) SetStatus

func (o *ResultModelZoneRecordBody) SetStatus(v int64)

SetStatus sets field value

func (*ResultModelZoneRecordBody) SetTm

func (o *ResultModelZoneRecordBody) SetTm(v int64)

SetTm sets field value

func (ResultModelZoneRecordBody) ToMap

func (o ResultModelZoneRecordBody) ToMap() (map[string]interface{}, error)

func (*ResultModelZoneRecordBody) UnmarshalJSON

func (o *ResultModelZoneRecordBody) UnmarshalJSON(data []byte) (err error)

type ResultModelZoneSOA

type ResultModelZoneSOA struct {
	Domain string `json:"domain"`
	Soa    int32  `json:"soa"`
}

ResultModelZoneSOA struct for ResultModelZoneSOA

func NewResultModelZoneSOA

func NewResultModelZoneSOA(domain string, soa int32) *ResultModelZoneSOA

NewResultModelZoneSOA instantiates a new ResultModelZoneSOA 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 NewResultModelZoneSOAWithDefaults

func NewResultModelZoneSOAWithDefaults() *ResultModelZoneSOA

NewResultModelZoneSOAWithDefaults instantiates a new ResultModelZoneSOA 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 (*ResultModelZoneSOA) GetDomain

func (o *ResultModelZoneSOA) GetDomain() string

GetDomain returns the Domain field value

func (*ResultModelZoneSOA) GetDomainOk

func (o *ResultModelZoneSOA) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultModelZoneSOA) GetSoa

func (o *ResultModelZoneSOA) GetSoa() int32

GetSoa returns the Soa field value

func (*ResultModelZoneSOA) GetSoaOk

func (o *ResultModelZoneSOA) GetSoaOk() (*int32, bool)

GetSoaOk returns a tuple with the Soa field value and a boolean to check if the value has been set.

func (ResultModelZoneSOA) MarshalJSON

func (o ResultModelZoneSOA) MarshalJSON() ([]byte, error)

func (*ResultModelZoneSOA) SetDomain

func (o *ResultModelZoneSOA) SetDomain(v string)

SetDomain sets field value

func (*ResultModelZoneSOA) SetSoa

func (o *ResultModelZoneSOA) SetSoa(v int32)

SetSoa sets field value

func (ResultModelZoneSOA) ToMap

func (o ResultModelZoneSOA) ToMap() (map[string]interface{}, error)

func (*ResultModelZoneSOA) UnmarshalJSON

func (o *ResultModelZoneSOA) UnmarshalJSON(data []byte) (err error)

type ResultSetPrimaryNS

type ResultSetPrimaryNS struct {
	// Result message of request
	Msg  string                 `json:"msg"`
	Data ResultSetPrimaryNSData `json:"data"`
	// HTTP status code of result
	Status int32 `json:"status"`
}

ResultSetPrimaryNS struct for ResultSetPrimaryNS

func NewResultSetPrimaryNS

func NewResultSetPrimaryNS(msg string, data ResultSetPrimaryNSData, status int32) *ResultSetPrimaryNS

NewResultSetPrimaryNS instantiates a new ResultSetPrimaryNS 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 NewResultSetPrimaryNSWithDefaults

func NewResultSetPrimaryNSWithDefaults() *ResultSetPrimaryNS

NewResultSetPrimaryNSWithDefaults instantiates a new ResultSetPrimaryNS 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 (*ResultSetPrimaryNS) GetData

GetData returns the Data field value

func (*ResultSetPrimaryNS) GetDataOk

func (o *ResultSetPrimaryNS) GetDataOk() (*ResultSetPrimaryNSData, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (*ResultSetPrimaryNS) GetMsg

func (o *ResultSetPrimaryNS) GetMsg() string

GetMsg returns the Msg field value

func (*ResultSetPrimaryNS) GetMsgOk

func (o *ResultSetPrimaryNS) GetMsgOk() (*string, bool)

GetMsgOk returns a tuple with the Msg field value and a boolean to check if the value has been set.

func (*ResultSetPrimaryNS) GetStatus

func (o *ResultSetPrimaryNS) GetStatus() int32

GetStatus returns the Status field value

func (*ResultSetPrimaryNS) GetStatusOk

func (o *ResultSetPrimaryNS) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (ResultSetPrimaryNS) MarshalJSON

func (o ResultSetPrimaryNS) MarshalJSON() ([]byte, error)

func (*ResultSetPrimaryNS) SetData

SetData sets field value

func (*ResultSetPrimaryNS) SetMsg

func (o *ResultSetPrimaryNS) SetMsg(v string)

SetMsg sets field value

func (*ResultSetPrimaryNS) SetStatus

func (o *ResultSetPrimaryNS) SetStatus(v int32)

SetStatus sets field value

func (ResultSetPrimaryNS) ToMap

func (o ResultSetPrimaryNS) ToMap() (map[string]interface{}, error)

func (*ResultSetPrimaryNS) UnmarshalJSON

func (o *ResultSetPrimaryNS) UnmarshalJSON(data []byte) (err error)

type ResultSetPrimaryNSData

type ResultSetPrimaryNSData struct {
	// The domain name that was updated
	Domain string `json:"domain"`
	// The value for the primary NS that was used
	Master string `json:"master"`
}

ResultSetPrimaryNSData struct for ResultSetPrimaryNSData

func NewResultSetPrimaryNSData

func NewResultSetPrimaryNSData(domain string, master string) *ResultSetPrimaryNSData

NewResultSetPrimaryNSData instantiates a new ResultSetPrimaryNSData 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 NewResultSetPrimaryNSDataWithDefaults

func NewResultSetPrimaryNSDataWithDefaults() *ResultSetPrimaryNSData

NewResultSetPrimaryNSDataWithDefaults instantiates a new ResultSetPrimaryNSData 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 (*ResultSetPrimaryNSData) GetDomain

func (o *ResultSetPrimaryNSData) GetDomain() string

GetDomain returns the Domain field value

func (*ResultSetPrimaryNSData) GetDomainOk

func (o *ResultSetPrimaryNSData) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ResultSetPrimaryNSData) GetMaster

func (o *ResultSetPrimaryNSData) GetMaster() string

GetMaster returns the Master field value

func (*ResultSetPrimaryNSData) GetMasterOk

func (o *ResultSetPrimaryNSData) GetMasterOk() (*string, bool)

GetMasterOk returns a tuple with the Master field value and a boolean to check if the value has been set.

func (ResultSetPrimaryNSData) MarshalJSON

func (o ResultSetPrimaryNSData) MarshalJSON() ([]byte, error)

func (*ResultSetPrimaryNSData) SetDomain

func (o *ResultSetPrimaryNSData) SetDomain(v string)

SetDomain sets field value

func (*ResultSetPrimaryNSData) SetMaster

func (o *ResultSetPrimaryNSData) SetMaster(v string)

SetMaster sets field value

func (ResultSetPrimaryNSData) ToMap

func (o ResultSetPrimaryNSData) ToMap() (map[string]interface{}, error)

func (*ResultSetPrimaryNSData) UnmarshalJSON

func (o *ResultSetPrimaryNSData) UnmarshalJSON(data []byte) (err error)

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ZoneAPIService

type ZoneAPIService service

ZoneAPIService ZoneAPI service

func (*ZoneAPIService) AddUXZoneRec

func (a *ZoneAPIService) AddUXZoneRec(ctx context.Context, domain string, type_ string) ApiAddUXZoneRecRequest

AddUXZoneRec Create a new record in a zone using async zone reloading

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The associated domain name
@param type_ The type of resource record (RR) to create (i.e. A, CNAME, MX, etc)
@return ApiAddUXZoneRecRequest

func (*ZoneAPIService) AddUXZoneRecExecute

func (a *ZoneAPIService) AddUXZoneRecExecute(r ApiAddUXZoneRecRequest) (*http.Response, error)

Execute executes the request

func (*ZoneAPIService) AddZoneRec

func (a *ZoneAPIService) AddZoneRec(ctx context.Context, domain string, type_ string) ApiAddZoneRecRequest

AddZoneRec Create a new record in a zone

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The associated domain name
@param type_ The type of resource record (RR) to create (i.e. A, CNAME, MX, etc)
@return ApiAddZoneRecRequest

func (*ZoneAPIService) AddZoneRecExecute

func (a *ZoneAPIService) AddZoneRecExecute(r ApiAddZoneRecRequest) (*http.Response, error)

Execute executes the request

func (*ZoneAPIService) DelUXZoneRec

func (a *ZoneAPIService) DelUXZoneRec(ctx context.Context, domain string, id string) ApiDelUXZoneRecRequest

DelUXZoneRec Delete an existing zone record using async zone reloading

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The domain name that owns the zone record
@param id The zone record ID to delete from the zone
@return ApiDelUXZoneRecRequest

func (*ZoneAPIService) DelUXZoneRecExecute

func (a *ZoneAPIService) DelUXZoneRecExecute(r ApiDelUXZoneRecRequest) (*http.Response, error)

Execute executes the request

func (*ZoneAPIService) DelZoneRec

func (a *ZoneAPIService) DelZoneRec(ctx context.Context, domain string, id string) ApiDelZoneRecRequest

DelZoneRec Delete an existing zone record

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The domain name that owns the zone record
@param id The zone record ID to delete from the zone
@return ApiDelZoneRecRequest

func (*ZoneAPIService) DelZoneRecExecute

func (a *ZoneAPIService) DelZoneRecExecute(r ApiDelZoneRecRequest) (*http.Response, error)

Execute executes the request

func (*ZoneAPIService) ForceZoneReload

func (a *ZoneAPIService) ForceZoneReload(ctx context.Context, domain string) ApiForceZoneReloadRequest

ForceZoneReload Force regeneration of a zone immediately instead of allowing zone reloader to handle it

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The domain name to force a zone reload for
@return ApiForceZoneReloadRequest

func (*ZoneAPIService) ForceZoneReloadExecute

func (a *ZoneAPIService) ForceZoneReloadExecute(r ApiForceZoneReloadRequest) (*http.Response, error)

Execute executes the request

func (*ZoneAPIService) GetZoneSOA

func (a *ZoneAPIService) GetZoneSOA(ctx context.Context, domain string) ApiGetZoneSOARequest

GetZoneSOA Get the current SOA value for a zone

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The domain name to retrieve the SOA value for
@return ApiGetZoneSOARequest

func (*ZoneAPIService) GetZoneSOAExecute

Execute executes the request

@return ResultModelZoneSOA

func (*ZoneAPIService) ListGeoRegions

func (a *ZoneAPIService) ListGeoRegions(ctx context.Context) ApiListGeoRegionsRequest

ListGeoRegions Get a paginated list of all geo region IDs available for geo records

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListGeoRegionsRequest

func (*ZoneAPIService) ListGeoRegionsExecute

Execute executes the request

@return ResultModelGeoList

func (*ZoneAPIService) ListParsedZone

func (a *ZoneAPIService) ListParsedZone(ctx context.Context, domain string) ApiListParsedZoneRequest

ListParsedZone Get the current zone records for a domain fully parsed like you would see them in the zonefile.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The domain name the zone records belong to.
@return ApiListParsedZoneRequest

func (*ZoneAPIService) ListParsedZoneExecute

Execute executes the request

@return ResultModelParsedZoneList

func (*ZoneAPIService) ListZone

func (a *ZoneAPIService) ListZone(ctx context.Context, domain string) ApiListZoneRequest

ListZone Get a listing of all available zone records for a domain

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The associated domain name
@return ApiListZoneRequest

func (*ZoneAPIService) ListZoneExecute

Execute executes the request

@return ResultModelZoneList

func (*ZoneAPIService) ModUXZoneRec

func (a *ZoneAPIService) ModUXZoneRec(ctx context.Context, id int64) ApiModUXZoneRecRequest

ModUXZoneRec Modify an existing zone record using async zone reloading

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the zone record to modify
@return ApiModUXZoneRecRequest

func (*ZoneAPIService) ModUXZoneRecExecute

Execute executes the request

@return ResultModelZoneRecordBody

func (*ZoneAPIService) ModZoneRec

func (a *ZoneAPIService) ModZoneRec(ctx context.Context, id int64) ApiModZoneRecRequest

ModZoneRec Modify an existing zone record

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the zone record to modify
@return ApiModZoneRecRequest

func (*ZoneAPIService) ModZoneRecExecute

Execute executes the request

@return ResultModelZoneRecordBody

func (*ZoneAPIService) SearchZone

func (a *ZoneAPIService) SearchZone(ctx context.Context, domain string, keyword string) ApiSearchZoneRequest

SearchZone Get a listing of all available zone records for a domain that match the keyword string

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param domain The associated domain name
@param keyword The keyword or string to match against existing resource records
@return ApiSearchZoneRequest

func (*ZoneAPIService) SearchZoneExecute

Execute executes the request

@return ResultModelZoneList

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL