| Name | Type | Description | Notes |
|---|---|---|---|
| Add | Pointer to []string | [optional] | |
| Remove | Pointer to []string | [optional] |
func NewSegmentUserList() *SegmentUserList
NewSegmentUserList instantiates a new SegmentUserList 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 NewSegmentUserListWithDefaults() *SegmentUserList
NewSegmentUserListWithDefaults instantiates a new SegmentUserList 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 *SegmentUserList) GetAdd() []string
GetAdd returns the Add field if non-nil, zero value otherwise.
func (o *SegmentUserList) GetAddOk() (*[]string, bool)
GetAddOk returns a tuple with the Add field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentUserList) SetAdd(v []string)
SetAdd sets Add field to given value.
func (o *SegmentUserList) HasAdd() bool
HasAdd returns a boolean if a field has been set.
func (o *SegmentUserList) GetRemove() []string
GetRemove returns the Remove field if non-nil, zero value otherwise.
func (o *SegmentUserList) GetRemoveOk() (*[]string, bool)
GetRemoveOk returns a tuple with the Remove field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentUserList) SetRemove(v []string)
SetRemove sets Remove field to given value.
func (o *SegmentUserList) HasRemove() bool
HasRemove returns a boolean if a field has been set.