Skip to content

Latest commit

 

History

History
273 lines (146 loc) · 7.8 KB

Audience.md

File metadata and controls

273 lines (146 loc) · 7.8 KB

Audience

Properties

Name Type Description Notes
AccountId Pointer to int32 The ID of the account that owns this entity.
Id Pointer to int32 Internal ID of this entity.
Created Pointer to time.Time The time this entity was created.
Name Pointer to string The human-friendly display name for this audience.
Sandbox Pointer to bool Indicates if this is a live or sandbox Application. [optional]
Description Pointer to string A description of the audience. [optional]
Integration Pointer to string The Talon.One-supported 3rd-party platform that this audience was created in. For example, `mParticle`, `Segment`, `Selligent`, `Braze`, or `Iterable`. Note: If you do not integrate with any of these platforms, do not use this property. [optional]
IntegrationId Pointer to string The ID of this audience in the third-party integration. Note: To create an audience that doesn't come from a 3rd party platform, do not use this property. [optional]
CreatedIn3rdParty Pointer to bool Determines if this audience is a 3rd party audience or not. [optional]
LastUpdate Pointer to time.Time The last time that the audience memberships changed. [optional]

Methods

GetAccountId

func (o *Audience) GetAccountId() int32

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *Audience) GetAccountIdOk() (int32, bool)

GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasAccountId

func (o *Audience) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

SetAccountId

func (o *Audience) SetAccountId(v int32)

SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.

GetId

func (o *Audience) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *Audience) GetIdOk() (int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasId

func (o *Audience) HasId() bool

HasId returns a boolean if a field has been set.

SetId

func (o *Audience) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

GetCreated

func (o *Audience) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *Audience) GetCreatedOk() (time.Time, bool)

GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasCreated

func (o *Audience) HasCreated() bool

HasCreated returns a boolean if a field has been set.

SetCreated

func (o *Audience) SetCreated(v time.Time)

SetCreated gets a reference to the given time.Time and assigns it to the Created field.

GetName

func (o *Audience) GetName() string

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

GetNameOk

func (o *Audience) 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 *Audience) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *Audience) SetName(v string)

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

GetSandbox

func (o *Audience) GetSandbox() bool

GetSandbox returns the Sandbox field if non-nil, zero value otherwise.

GetSandboxOk

func (o *Audience) GetSandboxOk() (bool, bool)

GetSandboxOk returns a tuple with the Sandbox field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasSandbox

func (o *Audience) HasSandbox() bool

HasSandbox returns a boolean if a field has been set.

SetSandbox

func (o *Audience) SetSandbox(v bool)

SetSandbox gets a reference to the given bool and assigns it to the Sandbox field.

GetDescription

func (o *Audience) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *Audience) GetDescriptionOk() (string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasDescription

func (o *Audience) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescription

func (o *Audience) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

GetIntegration

func (o *Audience) GetIntegration() string

GetIntegration returns the Integration field if non-nil, zero value otherwise.

GetIntegrationOk

func (o *Audience) GetIntegrationOk() (string, bool)

GetIntegrationOk returns a tuple with the Integration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasIntegration

func (o *Audience) HasIntegration() bool

HasIntegration returns a boolean if a field has been set.

SetIntegration

func (o *Audience) SetIntegration(v string)

SetIntegration gets a reference to the given string and assigns it to the Integration field.

GetIntegrationId

func (o *Audience) GetIntegrationId() string

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

GetIntegrationIdOk

func (o *Audience) 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 *Audience) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *Audience) SetIntegrationId(v string)

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

GetCreatedIn3rdParty

func (o *Audience) GetCreatedIn3rdParty() bool

GetCreatedIn3rdParty returns the CreatedIn3rdParty field if non-nil, zero value otherwise.

GetCreatedIn3rdPartyOk

func (o *Audience) GetCreatedIn3rdPartyOk() (bool, bool)

GetCreatedIn3rdPartyOk returns a tuple with the CreatedIn3rdParty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasCreatedIn3rdParty

func (o *Audience) HasCreatedIn3rdParty() bool

HasCreatedIn3rdParty returns a boolean if a field has been set.

SetCreatedIn3rdParty

func (o *Audience) SetCreatedIn3rdParty(v bool)

SetCreatedIn3rdParty gets a reference to the given bool and assigns it to the CreatedIn3rdParty field.

GetLastUpdate

func (o *Audience) GetLastUpdate() time.Time

GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.

GetLastUpdateOk

func (o *Audience) GetLastUpdateOk() (time.Time, bool)

GetLastUpdateOk returns a tuple with the LastUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasLastUpdate

func (o *Audience) HasLastUpdate() bool

HasLastUpdate returns a boolean if a field has been set.

SetLastUpdate

func (o *Audience) SetLastUpdate(v time.Time)

SetLastUpdate gets a reference to the given time.Time and assigns it to the LastUpdate field.

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