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