Class: DatadogAPIClient::V2::MaintenanceWindowCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MaintenanceWindowCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb
Overview
Attributes required to create a maintenance window.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#end_at ⇒ Object
readonly
The end time of the maintenance window.
-
#name ⇒ Object
readonly
The name of the maintenance window.
-
#query ⇒ Object
readonly
The query to filter event management cases for this maintenance window.
-
#start_at ⇒ Object
readonly
The start time of the maintenance window.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb', line 36 def additional_properties @additional_properties end |
#end_at ⇒ Object
The end time of the maintenance window.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb', line 25 def end_at @end_at end |
#name ⇒ Object
The name of the maintenance window.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb', line 28 def name @name end |
#query ⇒ Object
The query to filter event management cases for this maintenance window.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb', line 31 def query @query end |
#start_at ⇒ Object
The start time of the maintenance window.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb', line 34 def start_at @start_at end |