Class: DatadogAPIClient::V2::IncidentServiceUpdateData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentServiceUpdateData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_service_update_data.rb
Overview
Incident Service payload for update requests.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
The incident service’s attributes for an update request.
-
#id ⇒ Object
The incident service’s ID.
-
#relationships ⇒ Object
The incident service’s relationships.
-
#type ⇒ Object
readonly
Incident service resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
The incident service’s attributes for an update request.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/incident_service_update_data.rb', line 29 def attributes @attributes end |
#id ⇒ Object
The incident service’s ID.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/incident_service_update_data.rb', line 32 def id @id end |
#relationships ⇒ Object
The incident service’s relationships.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/incident_service_update_data.rb', line 35 def relationships @relationships end |
#type ⇒ Object
Incident service resource type.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/incident_service_update_data.rb', line 38 def type @type end |