Name | Type | Description | Notes |
---|---|---|---|
UserCondition | Pointer to UserConditionModel | [optional] | |
SegmentCondition | Pointer to SegmentConditionModel | [optional] | |
PrerequisiteFlagCondition | Pointer to PrerequisiteFlagConditionModel | [optional] |
func NewConditionModel() *ConditionModel
NewConditionModel instantiates a new ConditionModel 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 NewConditionModelWithDefaults() *ConditionModel
NewConditionModelWithDefaults instantiates a new ConditionModel 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 *ConditionModel) GetUserCondition() UserConditionModel
GetUserCondition returns the UserCondition field if non-nil, zero value otherwise.
func (o *ConditionModel) GetUserConditionOk() (*UserConditionModel, bool)
GetUserConditionOk returns a tuple with the UserCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionModel) SetUserCondition(v UserConditionModel)
SetUserCondition sets UserCondition field to given value.
func (o *ConditionModel) HasUserCondition() bool
HasUserCondition returns a boolean if a field has been set.
func (o *ConditionModel) GetSegmentCondition() SegmentConditionModel
GetSegmentCondition returns the SegmentCondition field if non-nil, zero value otherwise.
func (o *ConditionModel) GetSegmentConditionOk() (*SegmentConditionModel, bool)
GetSegmentConditionOk returns a tuple with the SegmentCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionModel) SetSegmentCondition(v SegmentConditionModel)
SetSegmentCondition sets SegmentCondition field to given value.
func (o *ConditionModel) HasSegmentCondition() bool
HasSegmentCondition returns a boolean if a field has been set.
func (o *ConditionModel) GetPrerequisiteFlagCondition() PrerequisiteFlagConditionModel
GetPrerequisiteFlagCondition returns the PrerequisiteFlagCondition field if non-nil, zero value otherwise.
func (o *ConditionModel) GetPrerequisiteFlagConditionOk() (*PrerequisiteFlagConditionModel, bool)
GetPrerequisiteFlagConditionOk returns a tuple with the PrerequisiteFlagCondition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConditionModel) SetPrerequisiteFlagCondition(v PrerequisiteFlagConditionModel)
SetPrerequisiteFlagCondition sets PrerequisiteFlagCondition field to given value.
func (o *ConditionModel) HasPrerequisiteFlagCondition() bool
HasPrerequisiteFlagCondition returns a boolean if a field has been set.