Class: DatadogAPIClient::V2::ReportSchedulePatchRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ReportSchedulePatchRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb
Overview
The JSON:API data object for a report schedule update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The updated configuration of the report schedule.
-
#type ⇒ Object
readonly
JSON:API resource type for report schedules.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb', line 31 def additional_properties @additional_properties end |
#attributes ⇒ Object
The updated configuration of the report schedule. These values replace the existing
ones; the targeted resource (resource_id and resource_type) cannot be changed.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb', line 26 def attributes @attributes end |
#type ⇒ Object
JSON:API resource type for report schedules.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb', line 29 def type @type end |