Name | Type | Description | Notes |
---|---|---|---|
Common | Pointer to MarketplaceFieldCommon | [optional] | |
IsEditable | Pointer to bool | [optional] |
func NewMarketplaceTextField() *MarketplaceTextField
NewMarketplaceTextField instantiates a new MarketplaceTextField 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 NewMarketplaceTextFieldWithDefaults() *MarketplaceTextField
NewMarketplaceTextFieldWithDefaults instantiates a new MarketplaceTextField 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 *MarketplaceTextField) GetCommon() MarketplaceFieldCommon
GetCommon returns the Common field if non-nil, zero value otherwise.
func (o *MarketplaceTextField) GetCommonOk() (*MarketplaceFieldCommon, bool)
GetCommonOk returns a tuple with the Common field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceTextField) SetCommon(v MarketplaceFieldCommon)
SetCommon sets Common field to given value.
func (o *MarketplaceTextField) HasCommon() bool
HasCommon returns a boolean if a field has been set.
func (o *MarketplaceTextField) GetIsEditable() bool
GetIsEditable returns the IsEditable field if non-nil, zero value otherwise.
func (o *MarketplaceTextField) GetIsEditableOk() (*bool, bool)
GetIsEditableOk returns a tuple with the IsEditable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplaceTextField) SetIsEditable(v bool)
SetIsEditable sets IsEditable field to given value.
func (o *MarketplaceTextField) HasIsEditable() bool
HasIsEditable returns a boolean if a field has been set.