Method: PureCloud::Recording.swagger_types

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

.swagger_typesObject

Attribute type mapping.



132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# File 'lib/purecloud/models/recording.rb', line 132

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'conversation_id' => :'String',
    :'path' => :'String',
    :'start_time' => :'String',
    :'end_time' => :'String',
    :'media' => :'String',
    :'annotations' => :'Array<Annotation>',
    :'transcript' => :'Array<ChatMessage>',
    :'email_transcript' => :'Array<RecordingEmailMessage>',
    :'file_state' => :'String',
    :'restore_expiration_time' => :'DateTime',
    :'media_uris' => :'Hash<String, MediaResult>',
    :'estimated_transcode_time_ms' => :'Integer',
    :'actual_transcode_time_ms' => :'Integer',
    :'archive_date' => :'DateTime',
    :'archive_medium' => :'String',
    :'delete_date' => :'DateTime',
    :'max_allowed_restorations_for_org' => :'Integer',
    :'remaining_restorations_allowed_for_org' => :'Integer',
    :'session_id' => :'String',
    :'self_uri' => :'String'
    
  }
end