Sha256: ae890a4d3946228bfb3cf8c8a29017eb670d5b515c88593ca4bbad739bd7c083
Contents?: true
Size: 847 Bytes
Versions: 67
Compression:
Stored size: 847 Bytes
Contents
# MxPlatformRuby::ChallengeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **field_name** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **image_data** | **String** | | [optional] | | **image_options** | [**Array<ImageOptionResponse>**](ImageOptionResponse.md) | | [optional] | | **label** | **String** | | [optional] | | **options** | [**Array<OptionResponse>**](OptionResponse.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
67 entries across 67 versions & 1 rubygems