Sha256: 4ef4ad4b4d540cbb9f19e85a8c16ac5775a3715a289f308783f794fef8252149
Contents?: true
Size: 470 Bytes
Versions: 69
Compression:
Stored size: 470 Bytes
Contents
# MxPlatformRuby::CredentialsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **credentials** | [**Array<CredentialResponse>**](CredentialResponse.md) | | [optional] | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::CredentialsResponseBody.new( credentials: null, pagination: null ) ```
Version data entries
69 entries across 69 versions & 1 rubygems