Name | Type | Description | Notes |
---|---|---|---|
Common | Pointer to MarketplaceFieldCommon | [optional] | |
AutoGenerated | Pointer to bool | [optional] |
func NewMarketplacePasswordField() *MarketplacePasswordField
NewMarketplacePasswordField instantiates a new MarketplacePasswordField 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 NewMarketplacePasswordFieldWithDefaults() *MarketplacePasswordField
NewMarketplacePasswordFieldWithDefaults instantiates a new MarketplacePasswordField 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 *MarketplacePasswordField) GetCommon() MarketplaceFieldCommon
GetCommon returns the Common field if non-nil, zero value otherwise.
func (o *MarketplacePasswordField) 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 *MarketplacePasswordField) SetCommon(v MarketplaceFieldCommon)
SetCommon sets Common field to given value.
func (o *MarketplacePasswordField) HasCommon() bool
HasCommon returns a boolean if a field has been set.
func (o *MarketplacePasswordField) GetAutoGenerated() bool
GetAutoGenerated returns the AutoGenerated field if non-nil, zero value otherwise.
func (o *MarketplacePasswordField) GetAutoGeneratedOk() (*bool, bool)
GetAutoGeneratedOk returns a tuple with the AutoGenerated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MarketplacePasswordField) SetAutoGenerated(v bool)
SetAutoGenerated sets AutoGenerated field to given value.
func (o *MarketplacePasswordField) HasAutoGenerated() bool
HasAutoGenerated returns a boolean if a field has been set.