Method: Bandwidth::BlockedWebhook.openapi_types

Defined in:
lib/bandwidth-sdk/models/blocked_webhook.rb

.openapi_typesObject

Attribute type mapping.



80
81
82
83
84
85
86
87
88
89
# File 'lib/bandwidth-sdk/models/blocked_webhook.rb', line 80

def self.openapi_types
  {
    :'account_id' => :'String',
    :'phone_number' => :'String',
    :'status' => :'TfvCallbackStatusEnum',
    :'internal_ticket_number' => :'String',
    :'blocked' => :'Boolean',
    :'blocked_reason' => :'String'
  }
end