Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 453 Bytes

AudienceMembership.md

File metadata and controls

19 lines (12 loc) · 453 Bytes

TalonOne::AudienceMembership

Properties

Name Type Description Notes
id Integer The ID of the audience belonging to this entity.
name String The Name of the audience belonging to this entity.

Code Sample

require 'TalonOne'

instance = TalonOne::AudienceMembership.new(id: 2,
                                 name: Travel audience)