Method: PureCloud::UserPresenceAlert.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/user_presence_alert.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
# File 'lib/purecloudplatformclientv2/models/user_presence_alert.rb', line 60 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'presence_user' => :'presenceUser', :'presence_type' => :'presenceType', :'presence_value' => :'presenceValue', :'presence_limit_in_seconds' => :'presenceLimitInSeconds', :'rule_id' => :'ruleId', :'start_date' => :'startDate', :'end_date' => :'endDate', :'notification_users' => :'notificationUsers', :'alert_types' => :'alertTypes', :'rule_uri' => :'ruleUri', :'self_uri' => :'selfUri' } end |