GoogleCloudWebriskV1ThreatEntryRemovals.fromJson constructor
GoogleCloudWebriskV1ThreatEntryRemovals.fromJson(
- 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,
);