Class: DatadogAPIClient::V2::GlobalIncidentSettingsAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GlobalIncidentSettingsAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/global_incident_settings_attributes_response.rb
Overview
Global incident settings attributes
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#analytics_dashboard_id ⇒ Object
readonly
The analytics dashboard ID.
-
#created ⇒ Object
readonly
Timestamp when the settings were created.
-
#modified ⇒ Object
readonly
Timestamp when the settings were last modified.
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/global_incident_settings_attributes_response.rb', line 33 def additional_properties @additional_properties end |
#analytics_dashboard_id ⇒ Object
The analytics dashboard ID
25 26 27 |
# File 'lib/datadog_api_client/v2/models/global_incident_settings_attributes_response.rb', line 25 def analytics_dashboard_id @analytics_dashboard_id end |
#created ⇒ Object
Timestamp when the settings were created
28 29 30 |
# File 'lib/datadog_api_client/v2/models/global_incident_settings_attributes_response.rb', line 28 def created @created end |
#modified ⇒ Object
Timestamp when the settings were last modified
31 32 33 |
# File 'lib/datadog_api_client/v2/models/global_incident_settings_attributes_response.rb', line 31 def modified @modified end |