| Name | Type | Description | Notes |
|---|---|---|---|
| code | Integer | Meta's numeric error code (e.g. 131051). | [optional] |
| title | String | Meta's short error title. | [optional] |
| details | String | Meta's human-readable error detail string. | [optional] |
require 'zernio-sdk'
instance = Zernio::WebhookPayloadMessageMetadataUnsupported.new(
code: null,
title: null,
details: null
)