Class: DatadogAPIClient::V2::PatchMaintenanceRequestDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_dateObject

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_descriptionObject

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_affectedObject

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_descriptionObject

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_descriptionObject

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_dateObject

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

#statusObject

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

#titleObject

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