Method: TransferZero::WebhookDefinition.openapi_types
- Defined in:
- lib/transferzero-sdk/models/webhook_definition.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 |
# File 'lib/transferzero-sdk/models/webhook_definition.rb', line 44 def self.openapi_types { :'url' => :'String', :'events' => :'Array<String>', :'metadata' => :'Object', :'id' => :'String', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>' } end |