Method: Printful::WebhookInfo.openapi_types
- Defined in:
- lib/printful_client/models/webhook_info.rb
.openapi_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 |
# File 'lib/printful_client/models/webhook_info.rb', line 41 def self.openapi_types { :'url' => :'String', :'types' => :'Array<String>', :'params' => :'Hash<String, Object>' } end |