Method: PureCloud::EdgeLogsJobFile.swagger_types

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

.swagger_typesObject

Attribute type mapping.



93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# File 'lib/purecloudplatformclientv2/models/edge_logs_job_file.rb', line 93

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'description' => :'String',
    :'version' => :'Integer',
    :'date_created' => :'DateTime',
    :'date_modified' => :'DateTime',
    :'modified_by' => :'String',
    :'created_by' => :'String',
    :'state' => :'String',
    :'modified_by_app' => :'String',
    :'created_by_app' => :'String',
    :'time_created' => :'DateTime',
    :'time_modified' => :'DateTime',
    :'size_bytes' => :'Float',
    :'upload_status' => :'String',
    :'edge_path' => :'String',
    :'download_id' => :'String',
    :'self_uri' => :'String'
  }
end