Class: DatadogAPIClient::V2::SharedDashboardResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SharedDashboardResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb
Overview
Attributes of a shared dashboard response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
Time when the shared dashboard was created.
-
#embeddable_domains ⇒ Object
readonly
Domains where embed-type shared dashboards can be embedded.
-
#expiration ⇒ Object
Time when the shared dashboard expires.
-
#global_time ⇒ Object
Default time range configuration for the shared dashboard.
-
#global_time_selectable ⇒ Object
readonly
Whether viewers can select a different global time setting.
-
#invitees ⇒ Object
readonly
Invitees for invite-only shared dashboards.
-
#last_accessed ⇒ Object
Time when the shared dashboard was last accessed.
-
#selectable_template_vars ⇒ Object
readonly
Template variables that viewers can modify.
-
#share_type ⇒ Object
readonly
Type of dashboard sharing.
-
#sharer_disabled ⇒ Object
readonly
Whether the user who shared the dashboard is disabled.
-
#status ⇒ Object
readonly
Status of the shared dashboard.
-
#title ⇒ Object
readonly
Display title for the shared dashboard.
-
#token ⇒ Object
readonly
Token assigned to the shared dashboard.
-
#url ⇒ Object
readonly
URL for the shared dashboard.
-
#viewing_preferences ⇒ Object
readonly
Display settings for the shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 69 def additional_properties @additional_properties end |
#created_at ⇒ Object
Time when the shared dashboard was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 25 def created_at @created_at end |
#embeddable_domains ⇒ Object
Domains where embed-type shared dashboards can be embedded.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 28 def @embeddable_domains end |
#expiration ⇒ Object
Time when the shared dashboard expires.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 31 def expiration @expiration end |
#global_time ⇒ Object
Default time range configuration for the shared dashboard.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 34 def global_time @global_time end |
#global_time_selectable ⇒ Object
Whether viewers can select a different global time setting.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 37 def global_time_selectable @global_time_selectable end |
#invitees ⇒ Object
Invitees for invite-only shared dashboards.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 40 def invitees @invitees end |
#last_accessed ⇒ Object
Time when the shared dashboard was last accessed.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 43 def last_accessed @last_accessed end |
#selectable_template_vars ⇒ Object
Template variables that viewers can modify.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 46 def selectable_template_vars @selectable_template_vars end |
#share_type ⇒ Object
Type of dashboard sharing.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 49 def share_type @share_type end |
#sharer_disabled ⇒ Object
Whether the user who shared the dashboard is disabled.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 52 def sharer_disabled @sharer_disabled end |
#status ⇒ Object
Status of the shared dashboard.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 55 def status @status end |
#title ⇒ Object
Display title for the shared dashboard.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 58 def title @title end |
#token ⇒ Object
Token assigned to the shared dashboard.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 61 def token @token end |
#url ⇒ Object
URL for the shared dashboard.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 64 def url @url end |
#viewing_preferences ⇒ Object
Display settings for the shared dashboard.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb', line 67 def viewing_preferences @viewing_preferences end |