Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.4 KB

File metadata and controls

77 lines (42 loc) · 2.4 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

NewNewMultipleAudiencesItem

func NewNewMultipleAudiencesItem(name string, ) *NewMultipleAudiencesItem

NewNewMultipleAudiencesItem instantiates a new NewMultipleAudiencesItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewNewMultipleAudiencesItemWithDefaults

func NewNewMultipleAudiencesItemWithDefaults() *NewMultipleAudiencesItem

NewNewMultipleAudiencesItemWithDefaults instantiates a new NewMultipleAudiencesItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

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.

SetName

func (o *NewMultipleAudiencesItem) SetName(v string)

SetName sets Name field to given value.

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.

SetIntegrationId

func (o *NewMultipleAudiencesItem) SetIntegrationId(v string)

SetIntegrationId sets IntegrationId field to given value.

HasIntegrationId

func (o *NewMultipleAudiencesItem) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

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