| 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 | UpdateComparisonValueModel |
func NewUpdateUserConditionModel(comparisonAttribute string, comparator UserComparator, comparisonValue UpdateComparisonValueModel, ) *UpdateUserConditionModel
NewUpdateUserConditionModel instantiates a new UpdateUserConditionModel 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 NewUpdateUserConditionModelWithDefaults() *UpdateUserConditionModel
NewUpdateUserConditionModelWithDefaults instantiates a new UpdateUserConditionModel 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 *UpdateUserConditionModel) GetComparisonAttribute() string
GetComparisonAttribute returns the ComparisonAttribute field if non-nil, zero value otherwise.
func (o *UpdateUserConditionModel) 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 *UpdateUserConditionModel) SetComparisonAttribute(v string)
SetComparisonAttribute sets ComparisonAttribute field to given value.
func (o *UpdateUserConditionModel) GetComparator() UserComparator
GetComparator returns the Comparator field if non-nil, zero value otherwise.
func (o *UpdateUserConditionModel) 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 *UpdateUserConditionModel) SetComparator(v UserComparator)
SetComparator sets Comparator field to given value.
func (o *UpdateUserConditionModel) GetComparisonValue() UpdateComparisonValueModel
GetComparisonValue returns the ComparisonValue field if non-nil, zero value otherwise.
func (o *UpdateUserConditionModel) GetComparisonValueOk() (*UpdateComparisonValueModel, 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 *UpdateUserConditionModel) SetComparisonValue(v UpdateComparisonValueModel)
SetComparisonValue sets ComparisonValue field to given value.