Class: DatadogAPIClient::V2::CaseUpdateDueDateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CaseUpdateDueDateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/case_update_due_date_attributes.rb
Overview
Attributes for setting or clearing a case's due date.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#due_date ⇒ Object
readonly
The target resolution date for the case, in
YYYY-MM-DDformat.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/case_update_due_date_attributes.rb', line 27 def additional_properties @additional_properties end |
#due_date ⇒ Object
The target resolution date for the case, in YYYY-MM-DD format. Set to null to clear the due date.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/case_update_due_date_attributes.rb', line 25 def due_date @due_date end |