Method: PureCloud::FaxSendResponse.swagger_types
- Defined in:
- lib/purecloud/models/fax_send_response.rb
.swagger_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 60 |
# File 'lib/purecloud/models/fax_send_response.rb', line 51 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'upload_destination_uri' => :'String', :'upload_method_type' => :'String', :'self_uri' => :'String' } end |