Method: TalonOne::NewWebhook.openapi_types

Defined in:
lib/talon_one/models/new_webhook.rb

.openapi_typesObject

Attribute type mapping.



79
80
81
82
83
84
85
86
87
88
89
90
# File 'lib/talon_one/models/new_webhook.rb', line 79

def self.openapi_types
  {
    :'application_ids' => :'Array<Integer>',
    :'title' => :'String',
    :'verb' => :'String',
    :'url' => :'String',
    :'headers' => :'Array<String>',
    :'payload' => :'String',
    :'params' => :'Array<TemplateArgDef>',
    :'enabled' => :'Boolean'
  }
end