Sha256: 3e540e1d2d2d6c2d9fef71a98f963bd608aee03b957a19aa21b0f819a8ebfd11

Contents?: true

Size: 554 Bytes

Versions: 2

Compression:

Stored size: 554 Bytes

Contents

# MoneyKit::UpdateLinkRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **webhook** | **String** | Sets the webhook URL for this link.         To remove a webhook for this link, set to `null`. | [optional] |
| **link_tags** | **Array<String>** |  | [optional] |
| **tags** | **Array<String>** |  | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::UpdateLinkRequest.new(
  webhook: https://example.com/updated/hook,
  link_tags: null,
  tags: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/UpdateLinkRequest.md
moneykit-0.1.14 docs/UpdateLinkRequest.md