Method: PureCloud::CommandStatus.swagger_types
- Defined in:
- lib/purecloud/models/command_status.rb
.swagger_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 71 72 73 74 75 76 |
# File 'lib/purecloud/models/command_status.rb', line 64 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'expiration' => :'DateTime', :'user_id' => :'String', :'status_code' => :'String', :'command_type' => :'String', :'document' => :'Document', :'self_uri' => :'String' } end |