Name | Type | Description | Notes |
---|---|---|---|
Action | Pointer to string | Defines the action to perform: - `add`: Adds the customer profile to the audience. If the customer profile does not exist, it will be created. - `delete`: Removes the customer profile from the audience. | |
ProfileIntegrationId | Pointer to string | The ID of this customer profile in the third-party integration. | |
AudienceId | Pointer to int32 | The ID of the audience. You get it via the `id` property when creating an audience. |
func (o *CustomerProfileAudienceRequestItem) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *CustomerProfileAudienceRequestItem) GetActionOk() (string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileAudienceRequestItem) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *CustomerProfileAudienceRequestItem) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (o *CustomerProfileAudienceRequestItem) GetProfileIntegrationId() string
GetProfileIntegrationId returns the ProfileIntegrationId field if non-nil, zero value otherwise.
func (o *CustomerProfileAudienceRequestItem) GetProfileIntegrationIdOk() (string, bool)
GetProfileIntegrationIdOk returns a tuple with the ProfileIntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileAudienceRequestItem) HasProfileIntegrationId() bool
HasProfileIntegrationId returns a boolean if a field has been set.
func (o *CustomerProfileAudienceRequestItem) SetProfileIntegrationId(v string)
SetProfileIntegrationId gets a reference to the given string and assigns it to the ProfileIntegrationId field.
func (o *CustomerProfileAudienceRequestItem) GetAudienceId() int32
GetAudienceId returns the AudienceId field if non-nil, zero value otherwise.
func (o *CustomerProfileAudienceRequestItem) GetAudienceIdOk() (int32, bool)
GetAudienceIdOk returns a tuple with the AudienceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileAudienceRequestItem) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (o *CustomerProfileAudienceRequestItem) SetAudienceId(v int32)
SetAudienceId gets a reference to the given int32 and assigns it to the AudienceId field.