Method: PureCloud::OutOfOffice.swagger_types
- Defined in:
- lib/purecloud/models/out_of_office.rb
.swagger_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/purecloud/models/out_of_office.rb', line 61 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'user' => :'User', :'start_date' => :'DateTime', :'end_date' => :'DateTime', :'active' => :'BOOLEAN', :'self_uri' => :'String' } end |