Method: PureCloud::TimeOffRequestList.swagger_types

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

.swagger_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
55
# File 'lib/purecloud/models/time_off_request_list.rb', line 47

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'time_off_requests' => :'Array<TimeOffRequest>',
    :'self_uri' => :'String'
    
  }
end