Sha256: dd590e165c4900176f1c376445587ceeca7760c8bb503b6587841162493d5e6f

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 Bytes

Contents

# MxPlatformRuby::Credential

## 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::Credential.new(
  display_order: 1,
  field_name: LOGIN,
  field_type: TEXT,
  guid: CRD-1ec152cd-e628-e81a-e852-d1e7104624da,
  label: Username
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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