Name | Type | Description | Notes |
---|---|---|---|
IntegrationId | Pointer to string | The ID of this audience in the third-party integration. | [optional] |
func (o *AudienceIntegrationId) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *AudienceIntegrationId) GetIntegrationIdOk() (string, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AudienceIntegrationId) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *AudienceIntegrationId) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.