Method: OpenapiClient::WebhookRead.attribute_map

Defined in:
lib/openapi_client/models/webhook_read.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



40
41
42
43
44
45
46
47
48
49
50
# File 'lib/openapi_client/models/webhook_read.rb', line 40

def self.attribute_map
  {
    :'id' => :'id',
    :'organization_id' => :'organization_id',
    :'project_id' => :'project_id',
    :'environment_id' => :'environment_id',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'url' => :'url'
  }
end