Name | Type | Description | Notes |
---|---|---|---|
point | Float | The input point. | [optional] |
value | Float | The corresponding value for the given point. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::PercentileDataPoint.new(
point: null,
value: null
)