Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The human-friendly display name for this audience. | |
IntegrationId | Pointer to string | The ID of this audience in the third-party integration. | [optional] |
func (o *NewMultipleAudiencesItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NewMultipleAudiencesItem) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewMultipleAudiencesItem) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NewMultipleAudiencesItem) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *NewMultipleAudiencesItem) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *NewMultipleAudiencesItem) 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 *NewMultipleAudiencesItem) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *NewMultipleAudiencesItem) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.