Class: DatadogAPIClient::V2::SecureEmbedGlobalTime
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecureEmbedGlobalTime
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secure_embed_global_time.rb
Overview
Default time range configuration for the secure embed.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#live_span ⇒ Object
Dashboard global time live_span selection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/secure_embed_global_time.rb', line 27 def additional_properties @additional_properties end |
#live_span ⇒ Object
Dashboard global time live_span selection.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secure_embed_global_time.rb', line 25 def live_span @live_span end |