Class: DatadogAPIClient::V2::IncidentIntegrationMetadataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentIntegrationMetadataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb
Overview
Incident integration metadata's attributes for a create request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created ⇒ Object
Timestamp when the incident todo was created.
-
#incident_id ⇒ Object
UUID of the incident this integration metadata is connected to.
-
#integration_type ⇒ Object
readonly
A number indicating the type of integration this metadata is for.
-
#metadata ⇒ Object
readonly
Incident integration metadata's metadata attribute.
-
#modified ⇒ Object
Timestamp when the incident todo was last modified.
-
#status ⇒ Object
readonly
A number indicating the status of this integration metadata.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 45 def additional_properties @additional_properties end |
#created ⇒ Object
Timestamp when the incident todo was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 25 def created @created end |
#incident_id ⇒ Object
UUID of the incident this integration metadata is connected to.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 28 def incident_id @incident_id end |
#integration_type ⇒ Object
A number indicating the type of integration this metadata is for. 1 indicates Slack; 8 indicates Jira.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 32 def integration_type @integration_type end |
#metadata ⇒ Object
Incident integration metadata's metadata attribute.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 35 def @metadata end |
#modified ⇒ Object
Timestamp when the incident todo was last modified.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 38 def modified @modified end |
#status ⇒ Object
A number indicating the status of this integration metadata. 0 indicates unknown; 1 indicates pending; 2 indicates complete; 3 indicates manually created; 4 indicates manually updated; 5 indicates failed.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/incident_integration_metadata_attributes.rb', line 43 def status @status end |