Name | Type | Description | Notes |
---|---|---|---|
PasswordField | Pointer to MarketplacePasswordField | [optional] | |
DomainField | Pointer to MarketplaceDomainField | [optional] | |
TextField | Pointer to MarketplaceTextField | [optional] | |
EmailField | Pointer to MarketplaceEmailField | [optional] |
func NewMarketplaceFieldDesc() *MarketplaceFieldDesc
NewMarketplaceFieldDesc instantiates a new MarketplaceFieldDesc 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 NewMarketplaceFieldDescWithDefaults() *MarketplaceFieldDesc
NewMarketplaceFieldDescWithDefaults instantiates a new MarketplaceFieldDesc 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 *MarketplaceFieldDesc) GetPasswordField() MarketplacePasswordField
GetPasswordField returns the PasswordField field if non-nil, zero value otherwise.
func (o *MarketplaceFieldDesc) GetPasswordFieldOk() (*MarketplacePasswordField, bool)
GetPasswordFieldOk returns a tuple with the PasswordField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceFieldDesc) SetPasswordField(v MarketplacePasswordField)
SetPasswordField sets PasswordField field to given value.
func (o *MarketplaceFieldDesc) HasPasswordField() bool
HasPasswordField returns a boolean if a field has been set.
func (o *MarketplaceFieldDesc) GetDomainField() MarketplaceDomainField
GetDomainField returns the DomainField field if non-nil, zero value otherwise.
func (o *MarketplaceFieldDesc) GetDomainFieldOk() (*MarketplaceDomainField, bool)
GetDomainFieldOk returns a tuple with the DomainField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceFieldDesc) SetDomainField(v MarketplaceDomainField)
SetDomainField sets DomainField field to given value.
func (o *MarketplaceFieldDesc) HasDomainField() bool
HasDomainField returns a boolean if a field has been set.
func (o *MarketplaceFieldDesc) GetTextField() MarketplaceTextField
GetTextField returns the TextField field if non-nil, zero value otherwise.
func (o *MarketplaceFieldDesc) GetTextFieldOk() (*MarketplaceTextField, bool)
GetTextFieldOk returns a tuple with the TextField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceFieldDesc) SetTextField(v MarketplaceTextField)
SetTextField sets TextField field to given value.
func (o *MarketplaceFieldDesc) HasTextField() bool
HasTextField returns a boolean if a field has been set.
func (o *MarketplaceFieldDesc) GetEmailField() MarketplaceEmailField
GetEmailField returns the EmailField field if non-nil, zero value otherwise.
func (o *MarketplaceFieldDesc) GetEmailFieldOk() (*MarketplaceEmailField, bool)
GetEmailFieldOk returns a tuple with the EmailField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceFieldDesc) SetEmailField(v MarketplaceEmailField)
SetEmailField sets EmailField field to given value.
func (o *MarketplaceFieldDesc) HasEmailField() bool
HasEmailField returns a boolean if a field has been set.