Name | Type | Description | Notes |
---|---|---|---|
UserIds | Pointer to []int32 | The list of IDs of the users who will receive the activation request. |
func (o *CampaignActivationRequest) GetUserIds() []int32
GetUserIds returns the UserIds field if non-nil, zero value otherwise.
func (o *CampaignActivationRequest) GetUserIdsOk() ([]int32, bool)
GetUserIdsOk returns a tuple with the UserIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignActivationRequest) HasUserIds() bool
HasUserIds returns a boolean if a field has been set.
func (o *CampaignActivationRequest) SetUserIds(v []int32)
SetUserIds gets a reference to the given []int32 and assigns it to the UserIds field.