Sha256: f17ea0ae7f8e0626d14d4a9e7a1a7be99f97fcccd38bf7ef4203a487d4e7e9f7
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
# DatadogAPIClient::V1::WidgetLayout ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | The height of the widget. Should be a non-negative integer. | | | **width** | **Integer** | The width of the widget. Should be a non-negative integer. | | | **x** | **Integer** | The position of the widget on the x (horizontal) axis. Should be a non-negative integer. | | | **y** | **Integer** | The position of the widget on the y (vertical) axis. Should be a non-negative integer. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetLayout.new( height: 0, width: 0, x: 0, y: 0 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0.beta.3 | docs/v1/WidgetLayout.md |
datadog_api_client-1.0.0.beta.2 | docs/v1/WidgetLayout.md |