GoogleCloudWebriskV1RiceDeltaEncoding.fromJson constructor

GoogleCloudWebriskV1RiceDeltaEncoding.fromJson(
  1. Map json_
)

Implementation

GoogleCloudWebriskV1RiceDeltaEncoding.fromJson(core.Map json_)
  : this(
      encodedData: json_['encodedData'] as core.String?,
      entryCount: json_['entryCount'] as core.int?,
      firstValue: json_['firstValue'] as core.String?,
      riceParameter: json_['riceParameter'] as core.int?,
    );