Class: DatadogAPIClient::V1::EmbeddedAppWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::EmbeddedAppWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb
Overview
The embedded app widget displays an App Builder app on a dashboard. Exactly one of app_id or template_id must be provided; they cannot be provided together.
Instance Attribute Summary collapse
-
#app_id ⇒ Object
UUID of the App Builder app to embed.
-
#custom_links ⇒ Object
List of custom links.
-
#description ⇒ Object
readonly
The description of the widget.
-
#inputs ⇒ Object
Inputs passed to the embedded app.
-
#template_id ⇒ Object
ID of the built-in app template to embed.
-
#time ⇒ Object
Time setting for the widget.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the embedded app widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#app_id ⇒ Object
UUID of the App Builder app to embed.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 25 def app_id @app_id end |
#custom_links ⇒ Object
List of custom links.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 28 def custom_links @custom_links end |
#description ⇒ Object
The description of the widget.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 31 def description @description end |
#inputs ⇒ Object
Inputs passed to the embedded app.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 34 def inputs @inputs end |
#template_id ⇒ Object
ID of the built-in app template to embed.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 37 def template_id @template_id end |
#time ⇒ Object
Time setting for the widget.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 40 def time @time end |
#title ⇒ Object
Title of the widget.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 43 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 46 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 49 def title_size @title_size end |
#type ⇒ Object
Type of the embedded app widget.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/embedded_app_widget_definition.rb', line 52 def type @type end |