Class: DatadogAPIClient::V1::SharedDashboard
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SharedDashboard
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/shared_dashboard.rb
Overview
The metadata object associated with how a dashboard has been/will be shared.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author ⇒ Object
User who shared the dashboard.
-
#created_at ⇒ Object
Date the dashboard was shared.
-
#dashboard_id ⇒ Object
readonly
ID of the dashboard to share.
-
#dashboard_type ⇒ Object
readonly
The type of the associated private dashboard.
-
#global_time ⇒ Object
Object containing the live span selection for the dashboard.
-
#global_time_selectable_enabled ⇒ Object
Whether to allow viewers to select a different global time setting for the shared dashboard.
-
#public_url ⇒ Object
URL of the shared dashboard.
-
#selectable_template_vars ⇒ Object
List of objects representing template variables on the shared dashboard which can have selectable values.
-
#share_list ⇒ Object
List of email addresses that can receive an invitation to access to the shared dashboard.
-
#share_type ⇒ Object
Type of sharing access (either open to anyone who has the public URL or invite-only).
-
#token ⇒ Object
A unique token assigned to the shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 57 def additional_properties @additional_properties end |
#author ⇒ Object
User who shared the dashboard.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 25 def @author end |
#created_at ⇒ Object
Date the dashboard was shared.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 28 def created_at @created_at end |
#dashboard_id ⇒ Object
ID of the dashboard to share.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 31 def dashboard_id @dashboard_id end |
#dashboard_type ⇒ Object
The type of the associated private dashboard.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 34 def dashboard_type @dashboard_type end |
#global_time ⇒ Object
Object containing the live span selection for the dashboard.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 37 def global_time @global_time end |
#global_time_selectable_enabled ⇒ Object
Whether to allow viewers to select a different global time setting for the shared dashboard.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 40 def global_time_selectable_enabled @global_time_selectable_enabled end |
#public_url ⇒ Object
URL of the shared dashboard.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 43 def public_url @public_url end |
#selectable_template_vars ⇒ Object
List of objects representing template variables on the shared dashboard which can have selectable values.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 46 def selectable_template_vars @selectable_template_vars end |
#share_list ⇒ Object
List of email addresses that can receive an invitation to access to the shared dashboard.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 49 def share_list @share_list end |
#share_type ⇒ Object
Type of sharing access (either open to anyone who has the public URL or invite-only).
52 53 54 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 52 def share_type @share_type end |
#token ⇒ Object
A unique token assigned to the shared dashboard.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard.rb', line 55 def token @token end |