Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 664 Bytes

MultipleAudiencesItem.md

File metadata and controls

26 lines (13 loc) · 664 Bytes

TalonOne.MultipleAudiencesItem

Properties

Name Type Description Notes
id Number Internal ID of this entity.
created Date The time this entity was created.
name String The human-friendly display name for this audience.
integrationId String The ID of this audience in the third-party integration.
status String Indicates whether the audience is new, updated or unmodified by the request.

Enum: StatusEnum

  • unmodified (value: "unmodified")

  • updated (value: "updated")

  • new (value: "new")