Name | Type | Description | Notes |
---|---|---|---|
AudienceId | Pointer to int32 | The internal ID of the audience. | [optional] |
AudienceName | Pointer to string | The name of the audience. | [optional] |
ProfileIntegrationId | Pointer to string | The ID of the customer profile in the third-party integration platform. | [optional] |
ProfileId | Pointer to int32 | The internal ID of the customer profile. | [optional] |
func (o *RemoveFromAudienceEffectProps) GetAudienceId() int32
GetAudienceId returns the AudienceId field if non-nil, zero value otherwise.
func (o *RemoveFromAudienceEffectProps) 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 *RemoveFromAudienceEffectProps) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (o *RemoveFromAudienceEffectProps) SetAudienceId(v int32)
SetAudienceId gets a reference to the given int32 and assigns it to the AudienceId field.
func (o *RemoveFromAudienceEffectProps) GetAudienceName() string
GetAudienceName returns the AudienceName field if non-nil, zero value otherwise.
func (o *RemoveFromAudienceEffectProps) GetAudienceNameOk() (string, bool)
GetAudienceNameOk returns a tuple with the AudienceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveFromAudienceEffectProps) HasAudienceName() bool
HasAudienceName returns a boolean if a field has been set.
func (o *RemoveFromAudienceEffectProps) SetAudienceName(v string)
SetAudienceName gets a reference to the given string and assigns it to the AudienceName field.
func (o *RemoveFromAudienceEffectProps) GetProfileIntegrationId() string
GetProfileIntegrationId returns the ProfileIntegrationId field if non-nil, zero value otherwise.
func (o *RemoveFromAudienceEffectProps) 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 *RemoveFromAudienceEffectProps) HasProfileIntegrationId() bool
HasProfileIntegrationId returns a boolean if a field has been set.
func (o *RemoveFromAudienceEffectProps) SetProfileIntegrationId(v string)
SetProfileIntegrationId gets a reference to the given string and assigns it to the ProfileIntegrationId field.
func (o *RemoveFromAudienceEffectProps) GetProfileId() int32
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *RemoveFromAudienceEffectProps) GetProfileIdOk() (int32, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RemoveFromAudienceEffectProps) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *RemoveFromAudienceEffectProps) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.