Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.1 KB

AttributesSettings.md

File metadata and controls

39 lines (20 loc) · 1.1 KB

AttributesSettings

Properties

Name Type Description Notes
Mandatory Pointer to AttributesMandatory [optional]

Methods

GetMandatory

func (o *AttributesSettings) GetMandatory() AttributesMandatory

GetMandatory returns the Mandatory field if non-nil, zero value otherwise.

GetMandatoryOk

func (o *AttributesSettings) GetMandatoryOk() (AttributesMandatory, bool)

GetMandatoryOk returns a tuple with the Mandatory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasMandatory

func (o *AttributesSettings) HasMandatory() bool

HasMandatory returns a boolean if a field has been set.

SetMandatory

func (o *AttributesSettings) SetMandatory(v AttributesMandatory)

SetMandatory gets a reference to the given AttributesMandatory and assigns it to the Mandatory field.

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