Sha256: 0a2141d5b16fc9eee1f0499da5f9b98b7c790ed334d0400577d872c2fb135ed1
Contents?: true
Size: 598 Bytes
Versions: 26
Compression:
Stored size: 598 Bytes
Contents
# MxPlatformRuby::CredentialResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **display_order** | **Integer** | | [optional] | | **field_name** | **String** | | [optional] | | **field_type** | **String** | | [optional] | | **guid** | **String** | | [optional] | | **label** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::CredentialResponse.new( display_order: 1, field_name: LOGIN, field_type: TEXT, guid: CRD-1ec152cd-e628-e81a-e852-d1e7104624da, label: Username ) ```
Version data entries
26 entries across 26 versions & 1 rubygems