Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []CustomerProfileAudienceRequestItem | [optional] |
func (o *CustomerProfileAudienceRequest) GetData() []CustomerProfileAudienceRequestItem
GetData returns the Data field if non-nil, zero value otherwise.
func (o *CustomerProfileAudienceRequest) GetDataOk() ([]CustomerProfileAudienceRequestItem, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileAudienceRequest) HasData() bool
HasData returns a boolean if a field has been set.
func (o *CustomerProfileAudienceRequest) SetData(v []CustomerProfileAudienceRequestItem)
SetData gets a reference to the given []CustomerProfileAudienceRequestItem and assigns it to the Data field.