Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.85 KB

ConstraintFact.md

File metadata and controls

134 lines (73 loc) · 3.85 KB

ConstraintFact

Properties

Name Type Description Notes
ConditionFacts Pointer to []ConditionFact [optional]
ConstraintId Pointer to string [optional]
ConstraintName Pointer to string [optional]
OperatorName Pointer to string [optional]

Methods

NewConstraintFact

func NewConstraintFact() *ConstraintFact

NewConstraintFact instantiates a new ConstraintFact 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

NewConstraintFactWithDefaults

func NewConstraintFactWithDefaults() *ConstraintFact

NewConstraintFactWithDefaults instantiates a new ConstraintFact 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

GetConditionFacts

func (o *ConstraintFact) GetConditionFacts() []ConditionFact

GetConditionFacts returns the ConditionFacts field if non-nil, zero value otherwise.

GetConditionFactsOk

func (o *ConstraintFact) GetConditionFactsOk() (*[]ConditionFact, bool)

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

SetConditionFacts

func (o *ConstraintFact) SetConditionFacts(v []ConditionFact)

SetConditionFacts sets ConditionFacts field to given value.

HasConditionFacts

func (o *ConstraintFact) HasConditionFacts() bool

HasConditionFacts returns a boolean if a field has been set.

GetConstraintId

func (o *ConstraintFact) GetConstraintId() string

GetConstraintId returns the ConstraintId field if non-nil, zero value otherwise.

GetConstraintIdOk

func (o *ConstraintFact) GetConstraintIdOk() (*string, bool)

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

SetConstraintId

func (o *ConstraintFact) SetConstraintId(v string)

SetConstraintId sets ConstraintId field to given value.

HasConstraintId

func (o *ConstraintFact) HasConstraintId() bool

HasConstraintId returns a boolean if a field has been set.

GetConstraintName

func (o *ConstraintFact) GetConstraintName() string

GetConstraintName returns the ConstraintName field if non-nil, zero value otherwise.

GetConstraintNameOk

func (o *ConstraintFact) GetConstraintNameOk() (*string, bool)

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

SetConstraintName

func (o *ConstraintFact) SetConstraintName(v string)

SetConstraintName sets ConstraintName field to given value.

HasConstraintName

func (o *ConstraintFact) HasConstraintName() bool

HasConstraintName returns a boolean if a field has been set.

GetOperatorName

func (o *ConstraintFact) GetOperatorName() string

GetOperatorName returns the OperatorName field if non-nil, zero value otherwise.

GetOperatorNameOk

func (o *ConstraintFact) GetOperatorNameOk() (*string, bool)

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

SetOperatorName

func (o *ConstraintFact) SetOperatorName(v string)

SetOperatorName sets OperatorName field to given value.

HasOperatorName

func (o *ConstraintFact) HasOperatorName() bool

HasOperatorName returns a boolean if a field has been set.

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