Sha256: 5dda7abc17d209662ea38fe67a6faf187a2293641e035b8202d3e04ceb3f0f19
Contents?: true
Size: 478 Bytes
Versions: 15
Compression:
Stored size: 478 Bytes
Contents
# KlaviyoAPI::AudiencesSubObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **included** | **Array<String>** | A list of included audiences | [optional] | | **excluded** | **Array<String>** | An optional list of excluded audiences | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::AudiencesSubObject.new( included: ["Y6nRLr"], excluded: ["UTd5ui"] ) ```
Version data entries
15 entries across 15 versions & 1 rubygems