Class: DatadogAPIClient::V2::SecureEmbedUpdateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecureEmbedUpdateRequestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb
Overview
Attributes for updating a secure embed shared dashboard. All fields are optional.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#global_time ⇒ Object
Default time range configuration for the secure embed.
-
#global_time_selectable ⇒ Object
Updated time selectability.
-
#selectable_template_vars ⇒ Object
Updated template variables.
-
#status ⇒ Object
The status of the secure embed share.
-
#title ⇒ Object
Updated title.
-
#viewing_preferences ⇒ Object
Display settings for the secure embed shared dashboard.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 42 def additional_properties @additional_properties end |
#global_time ⇒ Object
Default time range configuration for the secure embed.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 25 def global_time @global_time end |
#global_time_selectable ⇒ Object
Updated time selectability.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 28 def global_time_selectable @global_time_selectable end |
#selectable_template_vars ⇒ Object
Updated template variables.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 31 def selectable_template_vars @selectable_template_vars end |
#status ⇒ Object
The status of the secure embed share. Active means the shared dashboard is available. Paused means it is not.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 34 def status @status end |
#title ⇒ Object
Updated title.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 37 def title @title end |
#viewing_preferences ⇒ Object
Display settings for the secure embed shared dashboard.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb', line 40 def viewing_preferences @viewing_preferences end |