Sha256: 95c4276c9a7a5f11b21aaa0d4c7effcc0174000b10bdeb3a882c997552279240
Contents?: true
Size: 751 Bytes
Versions: 2
Compression:
Stored size: 751 Bytes
Contents
# DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests ## Properties | Name | Type | Description | Notes | | --------- | --------------------------------------------------------- | ----------- | ---------- | | **table** | [**ScatterplotTableRequest**](ScatterplotTableRequest.md) | | [optional] | | **x** | [**ScatterPlotRequest**](ScatterPlotRequest.md) | | [optional] | | **y** | [**ScatterPlotRequest**](ScatterPlotRequest.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests.new( table: null, x: null, y: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/ScatterPlotWidgetDefinitionRequests.md |
datadog_api_client-1.5.0 | docs/v1/ScatterPlotWidgetDefinitionRequests.md |