Method: OpenapiClient::WebhookRead.openapi_types
- Defined in:
- lib/openapi_client/models/webhook_read.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/openapi_client/models/webhook_read.rb', line 58 def self.openapi_types { :'id' => :'String', :'organization_id' => :'String', :'project_id' => :'String', :'environment_id' => :'String', :'created_at' => :'Time', :'updated_at' => :'Time', :'url' => :'String' } end |