Sha256: 53056105062d66b17a03626f35e94603de5355fc8a9af87c24d6aa7d9e191f37
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
# DatadogAPIClient::V1::Widget ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **definition** | [**WidgetDefinition**](WidgetDefinition.md) | | | | **id** | **Integer** | ID of the widget. | [optional] | | **layout** | [**WidgetLayout**](WidgetLayout.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::Widget.new( definition: null, id: null, layout: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems