Name | Type | Description | Notes |
---|---|---|---|
Mandatory | Pointer to AttributesMandatory | [optional] |
func (o *AttributesSettings) GetMandatory() AttributesMandatory
GetMandatory returns the Mandatory field if non-nil, zero value otherwise.
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.
func (o *AttributesSettings) HasMandatory() bool
HasMandatory returns a boolean if a field has been set.
func (o *AttributesSettings) SetMandatory(v AttributesMandatory)
SetMandatory gets a reference to the given AttributesMandatory and assigns it to the Mandatory field.