Sha256: 0f533f2ba242902330e5907124998d046eed65beb4058d3adc10bc623b9fa3e7

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 Bytes

Contents

# Plaid::AssetReportFilterResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **asset_report_token** | **String** | A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. |  |
| **asset_report_id** | **String** | A unique ID identifying an Asset Report. Like all Plaid identifiers, this ID is case sensitive. |  |
| **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::AssetReportFilterResponse.new(
  asset_report_token: null,
  asset_report_id: null,
  request_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AssetReportFilterResponse.md
plaid-14.0.0.beta.3 docs/AssetReportFilterResponse.md
plaid-14.0.0.beta.2 docs/AssetReportFilterResponse.md
plaid-14.0.0.beta.1 docs/AssetReportFilterResponse.md