Sha256: 39205254cf4e5699718a792de8bc9380420dc1db9cd30ea89fc4baa7a39de425
Contents?: true
Size: 885 Bytes
Versions: 6
Compression:
Stored size: 885 Bytes
Contents
# TalonOne::MultipleAudiencesItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **name** | **String** | The human-friendly display name for this audience. | **integration_id** | **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. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MultipleAudiencesItem.new(id: 6, created: 2020-06-10T09:05:27.993483Z, name: Travel audience, integration_id: 382370BKDB946, status: new) ```
Version data entries
6 entries across 6 versions & 1 rubygems