Name | Type | Description | Notes |
---|---|---|---|
ComparisonAttribute | string | The User Object attribute that the condition is based on. Can be "User ID", "Email", "Country" or any custom attribute. | |
Comparator | UserComparator | ||
ComparisonValue | ComparisonValueModel |
func NewUserConditionModel(comparisonAttribute string, comparator UserComparator, comparisonValue ComparisonValueModel, ) *UserConditionModel
NewUserConditionModel instantiates a new UserConditionModel 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 NewUserConditionModelWithDefaults() *UserConditionModel
NewUserConditionModelWithDefaults instantiates a new UserConditionModel 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 *UserConditionModel) GetComparisonAttribute() string
GetComparisonAttribute returns the ComparisonAttribute field if non-nil, zero value otherwise.
func (o *UserConditionModel) GetComparisonAttributeOk() (*string, bool)
GetComparisonAttributeOk returns a tuple with the ComparisonAttribute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConditionModel) SetComparisonAttribute(v string)
SetComparisonAttribute sets ComparisonAttribute field to given value.
func (o *UserConditionModel) GetComparator() UserComparator
GetComparator returns the Comparator field if non-nil, zero value otherwise.
func (o *UserConditionModel) GetComparatorOk() (*UserComparator, 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 *UserConditionModel) SetComparator(v UserComparator)
SetComparator sets Comparator field to given value.
func (o *UserConditionModel) GetComparisonValue() ComparisonValueModel
GetComparisonValue returns the ComparisonValue field if non-nil, zero value otherwise.
func (o *UserConditionModel) GetComparisonValueOk() (*ComparisonValueModel, bool)
GetComparisonValueOk returns a tuple with the ComparisonValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConditionModel) SetComparisonValue(v ComparisonValueModel)
SetComparisonValue sets ComparisonValue field to given value.