Class: DatadogAPIClient::V2::ChangeRequestResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChangeRequestResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/change_request_response_attributes.rb
Overview
Attributes of a change request response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archived_at ⇒ Object
Timestamp of when the change request was archived.
-
#attributes ⇒ Object
readonly
Custom attributes of the change request as key-value pairs.
-
#change_request_linked_incident_uuid ⇒ Object
readonly
The UUID of the linked incident.
-
#change_request_maintenance_window_query ⇒ Object
readonly
The maintenance window query for the change request.
-
#change_request_plan ⇒ Object
readonly
The plan associated with the change request.
-
#change_request_risk ⇒ Object
readonly
The risk level of the change request.
-
#change_request_type ⇒ Object
readonly
The type of the change request.
-
#closed_at ⇒ Object
Timestamp of when the change request was closed.
-
#created_at ⇒ Object
readonly
Timestamp of when the change request was created.
-
#creation_source ⇒ Object
readonly
The source from which the change request was created.
-
#description ⇒ Object
readonly
The description of the change request.
-
#end_date ⇒ Object
The planned end date of the change request.
-
#key ⇒ Object
readonly
The human-readable key of the change request.
-
#modified_at ⇒ Object
readonly
Timestamp of when the change request was last modified.
-
#plan_notebook_id ⇒ Object
readonly
The notebook ID associated with the change request plan.
-
#priority ⇒ Object
readonly
The priority of the change request.
-
#project_id ⇒ Object
readonly
The project UUID associated with the change request.
-
#start_date ⇒ Object
The planned start date of the change request.
-
#status ⇒ Object
readonly
The current status of the change request.
-
#title ⇒ Object
readonly
The title of the change request.
-
#type ⇒ Object
readonly
The case type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
87 88 89 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 87 def additional_properties @additional_properties end |
#archived_at ⇒ Object
Timestamp of when the change request was archived.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 25 def archived_at @archived_at end |
#attributes ⇒ Object
Custom attributes of the change request as key-value pairs.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 28 def attributes @attributes end |
#change_request_linked_incident_uuid ⇒ Object
The UUID of the linked incident.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 31 def change_request_linked_incident_uuid @change_request_linked_incident_uuid end |
#change_request_maintenance_window_query ⇒ Object
The maintenance window query for the change request.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 34 def change_request_maintenance_window_query @change_request_maintenance_window_query end |
#change_request_plan ⇒ Object
The plan associated with the change request.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 37 def change_request_plan @change_request_plan end |
#change_request_risk ⇒ Object
The risk level of the change request.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 40 def change_request_risk @change_request_risk end |
#change_request_type ⇒ Object
The type of the change request.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 43 def change_request_type @change_request_type end |
#closed_at ⇒ Object
Timestamp of when the change request was closed.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 46 def closed_at @closed_at end |
#created_at ⇒ Object
Timestamp of when the change request was created.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 49 def created_at @created_at end |
#creation_source ⇒ Object
The source from which the change request was created.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 52 def creation_source @creation_source end |
#description ⇒ Object
The description of the change request.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 55 def description @description end |
#end_date ⇒ Object
The planned end date of the change request.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 58 def end_date @end_date end |
#key ⇒ Object
The human-readable key of the change request.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 61 def key @key end |
#modified_at ⇒ Object
Timestamp of when the change request was last modified.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 64 def modified_at @modified_at end |
#plan_notebook_id ⇒ Object
The notebook ID associated with the change request plan.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 67 def plan_notebook_id @plan_notebook_id end |
#priority ⇒ Object
The priority of the change request.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 70 def priority @priority end |
#project_id ⇒ Object
The project UUID associated with the change request.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 73 def project_id @project_id end |
#start_date ⇒ Object
The planned start date of the change request.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 76 def start_date @start_date end |
#status ⇒ Object
The current status of the change request.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 79 def status @status end |
#title ⇒ Object
The title of the change request.
82 83 84 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 82 def title @title end |
#type ⇒ Object
The case type.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/change_request_response_attributes.rb', line 85 def type @type end |