Class: DatadogAPIClient::V1::SharedDashboardUpdateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SharedDashboardUpdateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb
Overview
Update a shared dashboard's settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#embeddable_domains ⇒ Object
The
SharedDashboard
embeddable_domains
. -
#expiration ⇒ Object
The time when an OPEN shared dashboard becomes publicly unavailable.
-
#global_time ⇒ Object
Timeframe setting for the shared dashboard.
-
#global_time_selectable_enabled ⇒ Object
Whether to allow viewers to select a different global time setting for the shared dashboard.
-
#invitees ⇒ Object
The
SharedDashboard
invitees
. -
#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 be given access to the shared dashboard.
-
#share_type ⇒ Object
Type of sharing access (either open to anyone who has the public URL or invite-only).
-
#status ⇒ Object
Active means the dashboard is publicly available.
-
#title ⇒ Object
Title of the shared dashboard.
-
#viewing_preferences ⇒ Object
The viewing preferences for a shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 39 def additional_properties @additional_properties end |
#embeddable_domains ⇒ Object
The SharedDashboard
embeddable_domains
.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 25 def @embeddable_domains end |
#expiration ⇒ Object
The time when an OPEN shared dashboard becomes publicly unavailable.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 28 def expiration @expiration end |
#global_time ⇒ Object
Timeframe setting for the shared dashboard.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 25 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.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 28 def global_time_selectable_enabled @global_time_selectable_enabled end |
#invitees ⇒ Object
The SharedDashboard
invitees
.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 37 def invitees @invitees end |
#selectable_template_vars ⇒ Object
List of objects representing template variables on the shared dashboard which can have selectable values.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 31 def selectable_template_vars @selectable_template_vars end |
#share_list ⇒ Object
List of email addresses that can be given access to the shared dashboard.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 34 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).
37 38 39 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 37 def share_type @share_type end |
#status ⇒ Object
Active means the dashboard is publicly available. Paused means the dashboard is not publicly available.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 49 def status @status end |
#title ⇒ Object
Title of the shared dashboard.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 52 def title @title end |
#viewing_preferences ⇒ Object
The viewing preferences for a shared dashboard.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/shared_dashboard_update_request.rb', line 55 def viewing_preferences @viewing_preferences end |