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.
-
#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.
-
#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).
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 |
#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 |
#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 |