Method: PureCloud::OutOfOfficeNotification.attribute_map

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

.attribute_mapObject

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



32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# File 'lib/purecloud/models/out_of_office_notification.rb', line 32

def self.attribute_map
  {
    
    :'user' => :'user',
    
    :'active' => :'active',
    
    :'start_date' => :'startDate',
    
    :'end_date' => :'endDate',
    
    :'modified_date' => :'modifiedDate'
    
  }
end