Method: PureCloud::ImportStatus.attribute_map

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

.attribute_mapObject

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



37
38
39
40
41
42
43
44
45
# File 'lib/purecloudplatformclientv2/models/import_status.rb', line 37

def self.attribute_map
  {
    :'state' => :'state',
    :'total_records' => :'totalRecords',
    :'completed_records' => :'completedRecords',
    :'percent_complete' => :'percentComplete',
    :'failure_reason' => :'failureReason'
  }
end