| 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 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
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
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) SetName(v string)
SetName sets Name field to given value.
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) SetIntegrationId(v string)
SetIntegrationId sets IntegrationId field to given value.
func (o *NewMultipleAudiencesItem) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.