Sha256: 193a0d152c54838ab452e02068fe88ba37f98a6c8f17f475c3fa344b1b2adf87

Contents?: true

Size: 839 Bytes

Versions: 2

Compression:

Stored size: 839 Bytes

Contents

# MxPlatformRuby::Challenge

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **field_name** | **String** |  | [optional] |
| **guid** | **String** |  | [optional] |
| **image_data** | **String** |  | [optional] |
| **image_options** | [**Array<ChallengeImageOptions>**](ChallengeImageOptions.md) |  | [optional] |
| **label** | **String** |  | [optional] |
| **options** | [**Array<ChallengeOptions>**](ChallengeOptions.md) |  | [optional] |
| **type** | **String** |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::Challenge.new(
  field_name: Who is this guy?,
  guid: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5,
  image_data: Who is this guy?,
  image_options: null,
  label: Who is this guy?,
  options: null,
  type: IMAGE_DATA
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mx-platform-ruby-0.3.0 docs/Challenge.md
mx-platform-ruby-0.2.1 docs/Challenge.md