Sha256: 599c3cdec8187e30a521c9349e52d5c6fad28a00e899c4d74410e7f21db7d812

Contents?: true

Size: 459 Bytes

Versions: 16

Compression:

Stored size: 459 Bytes

Contents

# MoneyKit::Response401UpdateLinkLinksIdPatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error_code** | **Object** |  | [optional] |
| **error_message** | **Object** |  |  |
| **documentation_url** | **Object** |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::Response401UpdateLinkLinksIdPatch.new(
  error_code: null,
  error_message: null,
  documentation_url: null
)
```

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.14 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.13 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.12 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.11 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.10 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.9 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.6 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.5 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.4 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.3 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.2 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.1 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.0 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.0.alpha.2 docs/Response401UpdateLinkLinksIdPatch.md
moneykit-0.1.0.alpha.1 docs/Response401UpdateLinkLinksIdPatch.md