Sha256: 53196232134ee63d951d6f3b53db32b277933f3ee28f33d26aa1a28e922d5613

Contents?: true

Size: 627 Bytes

Versions: 3

Compression:

Stored size: 627 Bytes

Contents

# 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

```ruby
require 'TalonOne'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewInternalAudience.md
talon_one-6.0.0 docs/NewInternalAudience.md
talon_one-5.0.0 docs/NewInternalAudience.md