Sha256: 3381d868230c95bca265a72ef6410f8341f55c29e6f82edd38b0b3e136cd6801

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

# MxPlatformRuby::CredentialsResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **credentials** | [**Array<Credential>**](Credential.md) |  | [optional] |
| **pagination** | [**Pagination**](Pagination.md) |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::CredentialsResponseBody.new(
  credentials: null,
  pagination: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mx-platform-ruby-0.2.1 docs/CredentialsResponseBody.md