Method: PureCloud::EdgeLogsJobFile.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/edge_logs_job_file.rb

.attribute_mapObject

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



69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# File 'lib/purecloudplatformclientv2/models/edge_logs_job_file.rb', line 69

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'description' => :'description',
    :'version' => :'version',
    :'date_created' => :'dateCreated',
    :'date_modified' => :'dateModified',
    :'modified_by' => :'modifiedBy',
    :'created_by' => :'createdBy',
    :'state' => :'state',
    :'modified_by_app' => :'modifiedByApp',
    :'created_by_app' => :'createdByApp',
    :'time_created' => :'timeCreated',
    :'time_modified' => :'timeModified',
    :'size_bytes' => :'sizeBytes',
    :'upload_status' => :'uploadStatus',
    :'edge_path' => :'edgePath',
    :'download_id' => :'downloadId',
    :'self_uri' => :'selfUri'
  }
end