Sha256: cfb242b11312695211d7fde0bbad3a5bbd296ad0e45c796613ff60e46cfc9526

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-25)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/NewInternalAudience.md
talon_one-3.0.1 docs/NewInternalAudience.md
talon_one-3.0.0 docs/NewInternalAudience.md