Sha256: 348609d59725101db4fd26b8527c9740a4b37f426d22a2b5c209ed70eb77f7ae
Contents?: true
Size: 440 Bytes
Versions: 6
Compression:
Stored size: 440 Bytes
Contents
# DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **x** | [**ScatterPlotRequest**](ScatterPlotRequest.md) | | | | **y** | [**ScatterPlotRequest**](ScatterPlotRequest.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests.new( x: null, y: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems