Sha256: b6356e558ca920d5075e7c310b1dbb53f9758d575b615403af5d8ff7c86c8b19
Contents?: true
Size: 887 Bytes
Versions: 3
Compression:
Stored size: 887 Bytes
Contents
# MxPlatformRuby::ChallengeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **field_name** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **image_data** | **String** | | [optional] | | **image_options** | [**Array<ChallengeResponseImageOptions>**](ChallengeResponseImageOptions.md) | | [optional] | | **label** | **String** | | [optional] | | **options** | [**Array<ChallengeResponseOptions>**](ChallengeResponseOptions.md) | | [optional] | | **type** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ChallengeResponse.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.2 | docs/ChallengeResponse.md |
mx-platform-ruby-0.3.1 | docs/ChallengeResponse.md |
mx-platform-ruby-0.3.0 | docs/ChallengeResponse.md |