Sha256: d9b4fa33a77fc21c27bc52f4ee433298c228dbb05aa612ccec0af8091c3e874f

Contents?: true

Size: 856 Bytes

Versions: 3

Compression:

Stored size: 856 Bytes

Contents

# TalonOne::AchievementAdditionalProperties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** | ID of the campaign, to which the achievement belongs to | 
**user_id** | **Integer** | ID of the user that created this achievement. | 
**created_by** | **String** | Name of the user that created the achievement.  **Note**: This is not available if the user has been deleted.  | 
**has_progress** | **Boolean** | Indicates if a customer has made progress in the achievement. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AchievementAdditionalProperties.new(campaign_id: 1,
                                 user_id: 1234,
                                 created_by: John Doe,
                                 has_progress: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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