Class: DatadogAPIClient::V1::SharedDashboardStatus

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

Overview

Active means the dashboard is publicly available. Paused means the dashboard is not publicly available.

Constant Summary collapse

ACTIVE =
"active".freeze
PAUSED =
"paused".freeze

Method Summary

Methods included from BaseEnumModel

included