Sha256: 10ec5f31a7588173b4b00b7a992963059f5f4b9db544b3e713f3fe9c2001f177

Contents?: true

Size: 863 Bytes

Versions: 1

Compression:

Stored size: 863 Bytes

Contents

# Plaid::AssetReportAuditCopyRemoveRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **client_id** | **String** | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
| **secret** | **String** | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [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

1 entries across 1 versions & 1 rubygems

Version Path
plaid-14.0.0.beta.4 docs/AssetReportAuditCopyRemoveRequest.md