GoogleCloudWebriskV1ThreatEntryRemovals.fromJson constructor

GoogleCloudWebriskV1ThreatEntryRemovals.fromJson(
  1. Map json_
)

Implementation

GoogleCloudWebriskV1ThreatEntryRemovals.fromJson(core.Map json_)
    : this(
        rawIndices: json_.containsKey('rawIndices')
            ? GoogleCloudWebriskV1RawIndices.fromJson(
                json_['rawIndices'] as core.Map<core.String, core.dynamic>)
            : null,
        riceIndices: json_.containsKey('riceIndices')
            ? GoogleCloudWebriskV1RiceDeltaEncoding.fromJson(
                json_['riceIndices'] as core.Map<core.String, core.dynamic>)
            : null,
      );