Class: DatadogAPIClient::V2::PatchMaintenanceRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PatchMaintenanceRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb
Overview
The supported attributes for updating a maintenance.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#completed_date ⇒ Object
Timestamp of when the maintenance was completed.
-
#completed_description ⇒ Object
The description shown when the maintenance is completed.
-
#components_affected ⇒ Object
The components affected by the maintenance.
-
#in_progress_description ⇒ Object
The description shown while the maintenance is in progress.
-
#scheduled_description ⇒ Object
The description shown when the maintenance is scheduled.
-
#start_date ⇒ Object
Timestamp of when the maintenance is scheduled to start.
-
#status ⇒ Object
The status of the maintenance.
-
#title ⇒ Object
The title of the maintenance.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#completed_date ⇒ Object
Timestamp of when the maintenance was completed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 25 def completed_date @completed_date end |
#completed_description ⇒ Object
The description shown when the maintenance is completed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 28 def completed_description @completed_description end |
#components_affected ⇒ Object
The components affected by the maintenance.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 31 def components_affected @components_affected end |
#in_progress_description ⇒ Object
The description shown while the maintenance is in progress.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 34 def in_progress_description @in_progress_description end |
#scheduled_description ⇒ Object
The description shown when the maintenance is scheduled.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 37 def scheduled_description @scheduled_description end |
#start_date ⇒ Object
Timestamp of when the maintenance is scheduled to start.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 40 def start_date @start_date end |
#status ⇒ Object
The status of the maintenance.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 43 def status @status end |
#title ⇒ Object
The title of the maintenance.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb', line 46 def title @title end |