Method: UpBankingClient::WebhookDeliveryLogResourceAttributes.openapi_types
- Defined in:
- lib/up_banking/models/webhook_delivery_log_resource_attributes.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 |
# File 'lib/up_banking/models/webhook_delivery_log_resource_attributes.rb', line 44 def self.openapi_types { :'request' => :'WebhookDeliveryLogResourceAttributesRequest', :'response' => :'WebhookDeliveryLogResourceAttributesResponse', :'delivery_status' => :'WebhookDeliveryStatusEnum', :'created_at' => :'Time' } end |