Method: PureCloud::UsageItem.attribute_map
- Defined in:
- lib/purecloud/models/usage_item.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
28 29 30 31 32 33 34 35 36 37 38 |
# File 'lib/purecloud/models/usage_item.rb', line 28 def self.attribute_map { :'type' => :'type', :'total_document_byte_count' => :'totalDocumentByteCount', :'total_document_count' => :'totalDocumentCount' } end |