Class: DatadogAPIClient::V2::ChangeRequestUpdateAttributes

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

Overview

Attributes for updating a change request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/change_request_update_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#change_request_planObject

The plan associated with the change request.



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

def change_request_plan
  @change_request_plan
end

#change_request_riskObject

The risk level of the change request.



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

def change_request_risk
  @change_request_risk
end

#change_request_typeObject

The type of the change request.



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

def change_request_type
  @change_request_type
end

#end_dateObject

The planned end date of the change request.



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

def end_date
  @end_date
end

#idObject

The identifier of the change request to update.



37
38
39
# File 'lib/datadog_api_client/v2/models/change_request_update_attributes.rb', line 37

def id
  @id
end

#start_dateObject

The planned start date of the change request.



40
41
42
# File 'lib/datadog_api_client/v2/models/change_request_update_attributes.rb', line 40

def start_date
  @start_date
end