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