Name | Type | Description | Notes |
---|---|---|---|
ConditionFacts | Pointer to []ConditionFact | [optional] | |
ConstraintId | Pointer to string | [optional] | |
ConstraintName | Pointer to string | [optional] | |
OperatorName | Pointer to string | [optional] |
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
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
func (o *ConstraintFact) GetConditionFacts() []ConditionFact
GetConditionFacts returns the ConditionFacts field if non-nil, zero value otherwise.
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.
func (o *ConstraintFact) SetConditionFacts(v []ConditionFact)
SetConditionFacts sets ConditionFacts field to given value.
func (o *ConstraintFact) HasConditionFacts() bool
HasConditionFacts returns a boolean if a field has been set.
func (o *ConstraintFact) GetConstraintId() string
GetConstraintId returns the ConstraintId field if non-nil, zero value otherwise.
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.
func (o *ConstraintFact) SetConstraintId(v string)
SetConstraintId sets ConstraintId field to given value.
func (o *ConstraintFact) HasConstraintId() bool
HasConstraintId returns a boolean if a field has been set.
func (o *ConstraintFact) GetConstraintName() string
GetConstraintName returns the ConstraintName field if non-nil, zero value otherwise.
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.
func (o *ConstraintFact) SetConstraintName(v string)
SetConstraintName sets ConstraintName field to given value.
func (o *ConstraintFact) HasConstraintName() bool
HasConstraintName returns a boolean if a field has been set.
func (o *ConstraintFact) GetOperatorName() string
GetOperatorName returns the OperatorName field if non-nil, zero value otherwise.
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.
func (o *ConstraintFact) SetOperatorName(v string)
SetOperatorName sets OperatorName field to given value.
func (o *ConstraintFact) HasOperatorName() bool
HasOperatorName returns a boolean if a field has been set.