Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 627 Bytes

NewInternalAudience.md

File metadata and controls

21 lines (14 loc) · 627 Bytes

TalonOne::NewInternalAudience

Properties

Name Type Description Notes
name String The human-friendly display name for this audience.
sandbox Boolean Indicates if this is a live or sandbox Application. [optional]
description String A description of the audience. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::NewInternalAudience.new(name: Travel audience,
                                 sandbox: true,
                                 description: Travel audience 18-27)