| Name | Type | Description | Notes |
|---|---|---|---|
| AccountId | Pointer to string | [optional] | |
| CreationDate | Pointer to time.Time | [optional] | |
| DeletionDate | Pointer to NullTime | [optional] | |
| Id | Pointer to int64 | [optional] | |
| ModificationDate | Pointer to time.Time | [optional] | |
| Name | Pointer to string | [optional] | |
| Object | Pointer to string | [optional] | |
| ObjectType | Pointer to string | [optional] | |
| Required | Pointer to bool | [optional] |
func NewAccountCustomFieldGetOutput() *AccountCustomFieldGetOutput
NewAccountCustomFieldGetOutput instantiates a new AccountCustomFieldGetOutput 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 NewAccountCustomFieldGetOutputWithDefaults() *AccountCustomFieldGetOutput
NewAccountCustomFieldGetOutputWithDefaults instantiates a new AccountCustomFieldGetOutput 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 *AccountCustomFieldGetOutput) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) 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 *AccountCustomFieldGetOutput) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *AccountCustomFieldGetOutput) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *AccountCustomFieldGetOutput) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetDeletionDate() NullTime
GetDeletionDate returns the DeletionDate field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetDeletionDateOk() (*NullTime, bool)
GetDeletionDateOk returns a tuple with the DeletionDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetDeletionDate(v NullTime)
SetDeletionDate sets DeletionDate field to given value.
func (o *AccountCustomFieldGetOutput) HasDeletionDate() bool
HasDeletionDate returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetId(v int64)
SetId sets Id field to given value.
func (o *AccountCustomFieldGetOutput) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetModificationDate() time.Time
GetModificationDate returns the ModificationDate field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetModificationDateOk() (*time.Time, bool)
GetModificationDateOk returns a tuple with the ModificationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetModificationDate(v time.Time)
SetModificationDate sets ModificationDate field to given value.
func (o *AccountCustomFieldGetOutput) HasModificationDate() bool
HasModificationDate returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetName(v string)
SetName sets Name field to given value.
func (o *AccountCustomFieldGetOutput) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetObject(v string)
SetObject sets Object field to given value.
func (o *AccountCustomFieldGetOutput) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *AccountCustomFieldGetOutput) HasObjectType() bool
HasObjectType returns a boolean if a field has been set.
func (o *AccountCustomFieldGetOutput) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *AccountCustomFieldGetOutput) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCustomFieldGetOutput) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *AccountCustomFieldGetOutput) HasRequired() bool
HasRequired returns a boolean if a field has been set.