Method: PureCloud::FaxSendResponse.attribute_map

Defined in:
lib/purecloud/models/fax_send_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/purecloud/models/fax_send_response.rb', line 34

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'upload_destination_uri' => :'uploadDestinationUri',
    
    :'upload_method_type' => :'uploadMethodType',
    
    :'self_uri' => :'selfUri'
    
  }
end