Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.84 KB

NewMultipleAudiencesItem.md

File metadata and controls

65 lines (34 loc) · 1.84 KB

NewMultipleAudiencesItem

Properties

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]

Methods

GetName

func (o *NewMultipleAudiencesItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

HasName

func (o *NewMultipleAudiencesItem) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *NewMultipleAudiencesItem) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

GetIntegrationId

func (o *NewMultipleAudiencesItem) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

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.

HasIntegrationId

func (o *NewMultipleAudiencesItem) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *NewMultipleAudiencesItem) SetIntegrationId(v string)

SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.

[Back to Model list] [Back to API list] [Back to README]