Method: OpenapiClient::Webhook.openapi_types
- Defined in:
- lib/openapi_client/models/webhook.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 42 |
# File 'lib/openapi_client/models/webhook.rb', line 36 def self.openapi_types { :'webhook_id' => :'String', :'url' => :'String', :'event' => :'WebhookEvent' } end |