Class: DatadogAPIClient::V2::ReportScheduleToggleRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ReportScheduleToggleRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/report_schedule_toggle_request_attributes.rb
Overview
The status to set on the report schedule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#status ⇒ Object
readonly
Whether the schedule is currently delivering reports (
active) or paused (inactive).
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/report_schedule_toggle_request_attributes.rb', line 27 def additional_properties @additional_properties end |
#status ⇒ Object
Whether the schedule is currently delivering reports (active) or paused (inactive).
25 26 27 |
# File 'lib/datadog_api_client/v2/models/report_schedule_toggle_request_attributes.rb', line 25 def status @status end |