Name | Type | Description | Notes |
---|---|---|---|
RecipientOptouts | Pointer to []RecipientOptout | The paginated results of your request. To fetch the next set of results, send another request and provide the succeeding offset value. | [optional] |
Paging | Pointer to Object | [optional] |
func NewGetRecipientOptouts200Response() *GetRecipientOptouts200Response
NewGetRecipientOptouts200Response instantiates a new GetRecipientOptouts200Response 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 NewGetRecipientOptouts200ResponseWithDefaults() *GetRecipientOptouts200Response
NewGetRecipientOptouts200ResponseWithDefaults instantiates a new GetRecipientOptouts200Response 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 *GetRecipientOptouts200Response) GetRecipientOptouts() []RecipientOptout
GetRecipientOptouts returns the RecipientOptouts field if non-nil, zero value otherwise.
func (o *GetRecipientOptouts200Response) GetRecipientOptoutsOk() (*[]RecipientOptout, bool)
GetRecipientOptoutsOk returns a tuple with the RecipientOptouts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipientOptouts200Response) SetRecipientOptouts(v []RecipientOptout)
SetRecipientOptouts sets RecipientOptouts field to given value.
func (o *GetRecipientOptouts200Response) HasRecipientOptouts() bool
HasRecipientOptouts returns a boolean if a field has been set.
func (o *GetRecipientOptouts200Response) GetPaging() Object
GetPaging returns the Paging field if non-nil, zero value otherwise.
func (o *GetRecipientOptouts200Response) GetPagingOk() (*Object, bool)
GetPagingOk returns a tuple with the Paging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRecipientOptouts200Response) SetPaging(v Object)
SetPaging sets Paging field to given value.
func (o *GetRecipientOptouts200Response) HasPaging() bool
HasPaging returns a boolean if a field has been set.