Name | Type | Description | Notes |
---|---|---|---|
SegmentId | string | The segment's identifier. | |
Comparator | SegmentComparator |
func NewSegmentConditionModel(segmentId string, comparator SegmentComparator, ) *SegmentConditionModel
NewSegmentConditionModel instantiates a new SegmentConditionModel 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 NewSegmentConditionModelWithDefaults() *SegmentConditionModel
NewSegmentConditionModelWithDefaults instantiates a new SegmentConditionModel 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 *SegmentConditionModel) GetSegmentId() string
GetSegmentId returns the SegmentId field if non-nil, zero value otherwise.
func (o *SegmentConditionModel) GetSegmentIdOk() (*string, bool)
GetSegmentIdOk returns a tuple with the SegmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentConditionModel) SetSegmentId(v string)
SetSegmentId sets SegmentId field to given value.
func (o *SegmentConditionModel) GetComparator() SegmentComparator
GetComparator returns the Comparator field if non-nil, zero value otherwise.
func (o *SegmentConditionModel) GetComparatorOk() (*SegmentComparator, 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 *SegmentConditionModel) SetComparator(v SegmentComparator)
SetComparator sets Comparator field to given value.