Sha256: d69d540338fea2a5ee476e983d6003be8dcd39b40ca9b1fc94b99211e1404f38
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 Bytes
Contents
# Plaid::AssetReportRemoveResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **removed** | **Boolean** | `true` if the Asset Report was successfully removed. | | | **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::AssetReportRemoveResponse.new( removed: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems