Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.14 KB

File metadata and controls

82 lines (45 loc) · 2.14 KB

SegmentUserList

Properties

Name Type Description Notes
Add Pointer to []string [optional]
Remove Pointer to []string [optional]

Methods

NewSegmentUserList

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

NewSegmentUserListWithDefaults

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

GetAdd

func (o *SegmentUserList) GetAdd() []string

GetAdd returns the Add field if non-nil, zero value otherwise.

GetAddOk

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.

SetAdd

func (o *SegmentUserList) SetAdd(v []string)

SetAdd sets Add field to given value.

HasAdd

func (o *SegmentUserList) HasAdd() bool

HasAdd returns a boolean if a field has been set.

GetRemove

func (o *SegmentUserList) GetRemove() []string

GetRemove returns the Remove field if non-nil, zero value otherwise.

GetRemoveOk

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.

SetRemove

func (o *SegmentUserList) SetRemove(v []string)

SetRemove sets Remove field to given value.

HasRemove

func (o *SegmentUserList) HasRemove() bool

HasRemove returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]