| 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] |
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
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
func (o *DomainTransferData) GetDomain() string
GetDomain returns the Domain field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetDomain(v string)
SetDomain sets Domain field to given value.
func (o *DomainTransferData) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *DomainTransferData) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *DomainTransferData) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *DomainTransferData) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *DomainTransferData) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *DomainTransferData) GetOwnerName() string
GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetOwnerName(v string)
SetOwnerName sets OwnerName field to given value.
func (o *DomainTransferData) HasOwnerName() bool
HasOwnerName returns a boolean if a field has been set.
func (o *DomainTransferData) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *DomainTransferData) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *DomainTransferData) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *DomainTransferData) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *DomainTransferData) GetIncoming() bool
GetIncoming returns the Incoming field if non-nil, zero value otherwise.
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.
func (o *DomainTransferData) SetIncoming(v bool)
SetIncoming sets Incoming field to given value.
func (o *DomainTransferData) HasIncoming() bool
HasIncoming returns a boolean if a field has been set.