Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.51 KB

File metadata and controls

212 lines (115 loc) · 5.51 KB

DomainTransferData

Properties

Name Type Description Notes
Domain Pointer to string [optional]
AccountId Pointer to string [optional]
AccountName Pointer to string [optional]
OwnerName Pointer to string [optional]
OwnerId Pointer to string [optional]
Time Pointer to time.Time [optional]
Incoming Pointer to bool [optional]

Methods

NewDomainTransferData

func NewDomainTransferData() *DomainTransferData

NewDomainTransferData instantiates a new DomainTransferData 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

NewDomainTransferDataWithDefaults

func NewDomainTransferDataWithDefaults() *DomainTransferData

NewDomainTransferDataWithDefaults instantiates a new DomainTransferData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDomain

func (o *DomainTransferData) GetDomain() string

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

GetDomainOk

func (o *DomainTransferData) GetDomainOk() (*string, bool)

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

SetDomain

func (o *DomainTransferData) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *DomainTransferData) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetAccountId

func (o *DomainTransferData) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *DomainTransferData) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *DomainTransferData) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *DomainTransferData) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetAccountName

func (o *DomainTransferData) GetAccountName() string

GetAccountName returns the AccountName field if non-nil, zero value otherwise.

GetAccountNameOk

func (o *DomainTransferData) GetAccountNameOk() (*string, bool)

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

SetAccountName

func (o *DomainTransferData) SetAccountName(v string)

SetAccountName sets AccountName field to given value.

HasAccountName

func (o *DomainTransferData) HasAccountName() bool

HasAccountName returns a boolean if a field has been set.

GetOwnerName

func (o *DomainTransferData) GetOwnerName() string

GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.

GetOwnerNameOk

func (o *DomainTransferData) GetOwnerNameOk() (*string, bool)

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

SetOwnerName

func (o *DomainTransferData) SetOwnerName(v string)

SetOwnerName sets OwnerName field to given value.

HasOwnerName

func (o *DomainTransferData) HasOwnerName() bool

HasOwnerName returns a boolean if a field has been set.

GetOwnerId

func (o *DomainTransferData) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

func (o *DomainTransferData) GetOwnerIdOk() (*string, bool)

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

SetOwnerId

func (o *DomainTransferData) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *DomainTransferData) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

GetTime

func (o *DomainTransferData) GetTime() time.Time

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *DomainTransferData) GetTimeOk() (*time.Time, bool)

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

SetTime

func (o *DomainTransferData) SetTime(v time.Time)

SetTime sets Time field to given value.

HasTime

func (o *DomainTransferData) HasTime() bool

HasTime returns a boolean if a field has been set.

GetIncoming

func (o *DomainTransferData) GetIncoming() bool

GetIncoming returns the Incoming field if non-nil, zero value otherwise.

GetIncomingOk

func (o *DomainTransferData) GetIncomingOk() (*bool, bool)

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

SetIncoming

func (o *DomainTransferData) SetIncoming(v bool)

SetIncoming sets Incoming field to given value.

HasIncoming

func (o *DomainTransferData) HasIncoming() bool

HasIncoming returns a boolean if a field has been set.

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