GoogleCloudContentwarehouseV1ProcessorInfo.fromJson constructor
GoogleCloudContentwarehouseV1ProcessorInfo.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1ProcessorInfo.fromJson(core.Map json_)
: this(
documentType: json_.containsKey('documentType')
? json_['documentType'] as core.String
: null,
processorName: json_.containsKey('processorName')
? json_['processorName'] as core.String
: null,
schemaName: json_.containsKey('schemaName')
? json_['schemaName'] as core.String
: null,
);