Class: DatadogAPIClient::V2::MaintenanceWindowUpdateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb

Overview

Attributes that can be updated on a maintenance window. All fields are optional; only provided fields are changed.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#end_atObject

The end time of the maintenance window.



25
26
27
# File 'lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb', line 25

def end_at
  @end_at
end

#nameObject

The name of the maintenance window.



28
29
30
# File 'lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb', line 28

def name
  @name
end

#queryObject

The query to filter event management cases for this maintenance window.



31
32
33
# File 'lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb', line 31

def query
  @query
end

#start_atObject

The start time of the maintenance window.



34
35
36
# File 'lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb', line 34

def start_at
  @start_at
end