Class: DatadogAPIClient::V2::PowerpackGroupWidgetLayout

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb

Overview

Powerpack group widget layout.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#heightObject

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

#widthObject

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

#xObject

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

#yObject

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