Method: Bitpesa::WebhookLogMetadataRequest.openapi_types
- Defined in:
- lib/bitpesa-sdk/models/webhook_log_metadata_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 42 |
# File 'lib/bitpesa-sdk/models/webhook_log_metadata_request.rb', line 36 def self.openapi_types { :'headers' => :'Hash<String, String>', :'body' => :'String', :'url' => :'String' } end |