Class: DatadogAPIClient::V2::ReportScheduleStatus

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

Overview

Whether the schedule is currently delivering reports (active) or paused (inactive).

Constant Summary collapse

ACTIVE =
"active".freeze
INACTIVE =
"inactive".freeze

Method Summary

Methods included from BaseEnumModel

included