Class: DatadogAPIClient::V2::ChangeRequestCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChangeRequestCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/change_request_create_attributes.rb
Overview
Attributes for creating a change request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#change_request_linked_incident_uuid ⇒ Object
The UUID of an incident to link to the change request.
-
#change_request_maintenance_window_query ⇒ Object
The maintenance window query for the change request.
-
#change_request_plan ⇒ Object
The plan associated with the change request.
-
#change_request_risk ⇒ Object
The risk level of the change request.
-
#change_request_type ⇒ Object
The type of the change request.
-
#description ⇒ Object
The description of the change request.
-
#end_date ⇒ Object
The planned end date of the change request.
-
#project_id ⇒ Object
The project UUID to associate with the change request.
-
#requested_teams ⇒ Object
A list of team handles to request decisions from.
-
#start_date ⇒ Object
The planned start date of the change request.
-
#title ⇒ Object
readonly
The title of the change request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 57 def additional_properties @additional_properties end |
#change_request_linked_incident_uuid ⇒ Object
The UUID of an incident to link to the change request.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 25 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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 28 def change_request_maintenance_window_query @change_request_maintenance_window_query end |
#change_request_plan ⇒ Object
The plan associated with the change request.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 31 def change_request_plan @change_request_plan end |
#change_request_risk ⇒ Object
The risk level of the change request.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 34 def change_request_risk @change_request_risk end |
#change_request_type ⇒ Object
The type of the change request.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 37 def change_request_type @change_request_type end |
#description ⇒ Object
The description of the change request.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 40 def description @description end |
#end_date ⇒ Object
The planned end date of the change request.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 43 def end_date @end_date end |
#project_id ⇒ Object
The project UUID to associate with the change request.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 46 def project_id @project_id end |
#requested_teams ⇒ Object
A list of team handles to request decisions from.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 49 def requested_teams @requested_teams end |
#start_date ⇒ Object
The planned start date of the change request.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 52 def start_date @start_date end |
#title ⇒ Object
The title of the change request.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/change_request_create_attributes.rb', line 55 def title @title end |