Class: DatadogAPIClient::V2::CaseWatcher
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseWatcher
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_watcher.rb
Overview
Represents a user who is subscribed to notifications for a case. Watchers receive updates when the case's status, priority, assignee, or comments change.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The primary identifier of the case watcher.
-
#relationships ⇒ Object
readonly
Relationships for a case watcher, linking to the underlying user resource.
-
#type ⇒ Object
readonly
JSON:API resource type for case watchers.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/case_watcher.rb', line 33 def additional_properties @additional_properties end |
#id ⇒ Object
The primary identifier of the case watcher.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_watcher.rb', line 25 def id @id end |
#relationships ⇒ Object
Relationships for a case watcher, linking to the underlying user resource.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/case_watcher.rb', line 28 def relationships @relationships end |
#type ⇒ Object
JSON:API resource type for case watchers.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/case_watcher.rb', line 31 def type @type end |