Sha256: 57ad7d07e5bb1b65f5abff6e7825454eaf45ccad6c96ba20a3a7dbacbf604e4e
Contents?: true
Size: 654 Bytes
Versions: 43
Compression:
Stored size: 654 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] | | **type** | **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, type: TEXT ) ```
Version data entries
43 entries across 43 versions & 1 rubygems