Class: DatadogAPIClient::V1::DashboardShareType

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

Overview

Type of sharing access (either open to anyone who has the public URL or invite-only).

Constant Summary collapse

OPEN =
"open".freeze
INVITE =
"invite".freeze

Method Summary

Methods included from BaseEnumModel

included