Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.53 KB

MarketplacePasswordField.md

File metadata and controls

82 lines (45 loc) · 2.53 KB

MarketplacePasswordField

Properties

Name Type Description Notes
Common Pointer to MarketplaceFieldCommon [optional]
AutoGenerated Pointer to bool [optional]

Methods

NewMarketplacePasswordField

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

NewMarketplacePasswordFieldWithDefaults

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

GetCommon

func (o *MarketplacePasswordField) GetCommon() MarketplaceFieldCommon

GetCommon returns the Common field if non-nil, zero value otherwise.

GetCommonOk

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.

SetCommon

func (o *MarketplacePasswordField) SetCommon(v MarketplaceFieldCommon)

SetCommon sets Common field to given value.

HasCommon

func (o *MarketplacePasswordField) HasCommon() bool

HasCommon returns a boolean if a field has been set.

GetAutoGenerated

func (o *MarketplacePasswordField) GetAutoGenerated() bool

GetAutoGenerated returns the AutoGenerated field if non-nil, zero value otherwise.

GetAutoGeneratedOk

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.

SetAutoGenerated

func (o *MarketplacePasswordField) SetAutoGenerated(v bool)

SetAutoGenerated sets AutoGenerated field to given value.

HasAutoGenerated

func (o *MarketplacePasswordField) HasAutoGenerated() bool

HasAutoGenerated returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]