Sha256: 84199782ca04fda4b05a8f81e27d25f8b9adf4b9309570b5b36efc561f65b86c

Contents?: true

Size: 595 Bytes

Versions: 3

Compression:

Stored size: 595 Bytes

Contents

# Plaid::AssetReportAuditCopyRemoveRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. | [optional] |
| **audit_copy_token** | **String** | The `audit_copy_token` granting access to the Audit Copy you would like to revoke. |  |

## Example

```ruby
require 'plaid'

instance = Plaid::AssetReportAuditCopyRemoveRequest.new(
  client_id: null,
  secret: null,
  audit_copy_token: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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