Method: PureCloud::EdgeLogsJobFile.attribute_map
- Defined in:
- lib/purecloud/models/edge_logs_job_file.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/purecloud/models/edge_logs_job_file.rb', line 48 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'time_created' => :'timeCreated', :'time_modified' => :'timeModified', :'size_bytes' => :'sizeBytes', :'upload_status' => :'uploadStatus', :'edge_path' => :'edgePath', :'download_id' => :'downloadId', :'self_uri' => :'selfUri' } end |