Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.03 KB

ConstraintOverrideRequest.md

File metadata and controls

66 lines (37 loc) · 2.03 KB

ConstraintOverrideRequest

Properties

Name Type Description Notes
Setting Pointer to interface{} [optional]

Methods

NewConstraintOverrideRequest

func NewConstraintOverrideRequest() *ConstraintOverrideRequest

NewConstraintOverrideRequest instantiates a new ConstraintOverrideRequest 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

NewConstraintOverrideRequestWithDefaults

func NewConstraintOverrideRequestWithDefaults() *ConstraintOverrideRequest

NewConstraintOverrideRequestWithDefaults instantiates a new ConstraintOverrideRequest 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

GetSetting

func (o *ConstraintOverrideRequest) GetSetting() interface{}

GetSetting returns the Setting field if non-nil, zero value otherwise.

GetSettingOk

func (o *ConstraintOverrideRequest) GetSettingOk() (*interface{}, bool)

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

SetSetting

func (o *ConstraintOverrideRequest) SetSetting(v interface{})

SetSetting sets Setting field to given value.

HasSetting

func (o *ConstraintOverrideRequest) HasSetting() bool

HasSetting returns a boolean if a field has been set.

SetSettingNil

func (o *ConstraintOverrideRequest) SetSettingNil(b bool)

SetSettingNil sets the value for Setting to be an explicit nil

UnsetSetting

func (o *ConstraintOverrideRequest) UnsetSetting()

UnsetSetting ensures that no value is present for Setting, not even an explicit nil

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