Method: TCAClient::Webhook.openapi_types
- Defined in:
- lib/tca_client/models/webhook.rb
.openapi_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 |
# File 'lib/tca_client/models/webhook.rb', line 61 def self.openapi_types { :'description' => :'', :'url' => :'', :'allow_insecure' => :'', :'event_types' => :'' } end |