Name | Type | Description | Notes |
---|---|---|---|
PrerequisiteSettingId | int32 | The prerequisite flag's identifier. | |
Comparator | PrerequisiteComparator | ||
PrerequisiteComparisonValue | ValueModel |
func NewPrerequisiteFlagConditionModel(prerequisiteSettingId int32, comparator PrerequisiteComparator, prerequisiteComparisonValue ValueModel, ) *PrerequisiteFlagConditionModel
NewPrerequisiteFlagConditionModel instantiates a new PrerequisiteFlagConditionModel 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 NewPrerequisiteFlagConditionModelWithDefaults() *PrerequisiteFlagConditionModel
NewPrerequisiteFlagConditionModelWithDefaults instantiates a new PrerequisiteFlagConditionModel 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 *PrerequisiteFlagConditionModel) GetPrerequisiteSettingId() int32
GetPrerequisiteSettingId returns the PrerequisiteSettingId field if non-nil, zero value otherwise.
func (o *PrerequisiteFlagConditionModel) GetPrerequisiteSettingIdOk() (*int32, bool)
GetPrerequisiteSettingIdOk returns a tuple with the PrerequisiteSettingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrerequisiteFlagConditionModel) SetPrerequisiteSettingId(v int32)
SetPrerequisiteSettingId sets PrerequisiteSettingId field to given value.
func (o *PrerequisiteFlagConditionModel) GetComparator() PrerequisiteComparator
GetComparator returns the Comparator field if non-nil, zero value otherwise.
func (o *PrerequisiteFlagConditionModel) GetComparatorOk() (*PrerequisiteComparator, bool)
GetComparatorOk returns a tuple with the Comparator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrerequisiteFlagConditionModel) SetComparator(v PrerequisiteComparator)
SetComparator sets Comparator field to given value.
func (o *PrerequisiteFlagConditionModel) GetPrerequisiteComparisonValue() ValueModel
GetPrerequisiteComparisonValue returns the PrerequisiteComparisonValue field if non-nil, zero value otherwise.
func (o *PrerequisiteFlagConditionModel) GetPrerequisiteComparisonValueOk() (*ValueModel, bool)
GetPrerequisiteComparisonValueOk returns a tuple with the PrerequisiteComparisonValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrerequisiteFlagConditionModel) SetPrerequisiteComparisonValue(v ValueModel)
SetPrerequisiteComparisonValue sets PrerequisiteComparisonValue field to given value.