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 *AddToAudienceEffectProps) GetAudienceId() int32
GetAudienceId returns the AudienceId field if non-nil, zero value otherwise.
func (o *AddToAudienceEffectProps) 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 *AddToAudienceEffectProps) HasAudienceId() bool
HasAudienceId returns a boolean if a field has been set.
func (o *AddToAudienceEffectProps) SetAudienceId(v int32)
SetAudienceId gets a reference to the given int32 and assigns it to the AudienceId field.
func (o *AddToAudienceEffectProps) GetAudienceName() string
GetAudienceName returns the AudienceName field if non-nil, zero value otherwise.
func (o *AddToAudienceEffectProps) 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 *AddToAudienceEffectProps) HasAudienceName() bool
HasAudienceName returns a boolean if a field has been set.
func (o *AddToAudienceEffectProps) SetAudienceName(v string)
SetAudienceName gets a reference to the given string and assigns it to the AudienceName field.
func (o *AddToAudienceEffectProps) GetProfileIntegrationId() string
GetProfileIntegrationId returns the ProfileIntegrationId field if non-nil, zero value otherwise.
func (o *AddToAudienceEffectProps) 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 *AddToAudienceEffectProps) HasProfileIntegrationId() bool
HasProfileIntegrationId returns a boolean if a field has been set.
func (o *AddToAudienceEffectProps) SetProfileIntegrationId(v string)
SetProfileIntegrationId gets a reference to the given string and assigns it to the ProfileIntegrationId field.
func (o *AddToAudienceEffectProps) GetProfileId() int32
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *AddToAudienceEffectProps) 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 *AddToAudienceEffectProps) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *AddToAudienceEffectProps) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.