Class: DatadogAPIClient::V2::PowerpackGroupWidgetLayout
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PowerpackGroupWidgetLayout
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb
Overview
Powerpack group widget layout.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#height ⇒ Object
readonly
The height of the widget.
-
#width ⇒ Object
readonly
The width of the widget.
-
#x ⇒ Object
readonly
The position of the widget on the x (horizontal) axis.
-
#y ⇒ Object
readonly
The position of the widget on the y (vertical) axis.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb', line 36 def additional_properties @additional_properties end |
#height ⇒ Object
The height of the widget. Should be a non-negative integer.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb', line 25 def height @height end |
#width ⇒ Object
The width of the widget. Should be a non-negative integer.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb', line 28 def width @width end |
#x ⇒ Object
The position of the widget on the x (horizontal) axis. Should be a non-negative integer.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb', line 31 def x @x end |
#y ⇒ Object
The position of the widget on the y (vertical) axis. Should be a non-negative integer.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb', line 34 def y @y end |