Method: PureCloud::FaxDocument.attribute_map
- Defined in:
- lib/purecloudclient_v2a/models/fax_document.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/purecloudclient_v2a/models/fax_document.rb', line 62 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'date_created' => :'dateCreated', :'date_modified' => :'dateModified', :'content_uri' => :'contentUri', :'workspace' => :'workspace', :'created_by' => :'createdBy', :'content_type' => :'contentType', :'content_length' => :'contentLength', :'filename' => :'filename', :'read' => :'read', :'page_count' => :'pageCount', :'caller_address' => :'callerAddress', :'receiver_address' => :'receiverAddress', :'thumbnails' => :'thumbnails', :'sharing_uri' => :'sharingUri', :'download_sharing_uri' => :'downloadSharingUri', :'self_uri' => :'selfUri' } end |