Sha256: 864eaa4cdd73cd9e9607a9e1123fde17097a52a656189289412d365661485d97
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 Bytes
Contents
# Plaid::AssetReportGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **report** | [**AssetReport**](AssetReport.md) | | | | **warnings** | [**Array<Warning>**](Warning.md) | If the Asset Report generation was successful but identity information cannot be returned, this array will contain information about the errors causing identity information to be missing | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::AssetReportGetResponse.new( report: null, warnings: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems