GoogleCloudWebriskV1RiceDeltaEncoding constructor

GoogleCloudWebriskV1RiceDeltaEncoding({
  1. String? encodedData,
  2. int? entryCount,
  3. String? firstValue,
  4. int? riceParameter,
})

Implementation

GoogleCloudWebriskV1RiceDeltaEncoding({
  this.encodedData,
  this.entryCount,
  this.firstValue,
  this.riceParameter,
});