GoogleCloudContentwarehouseV1ProcessorInfo.fromJson constructor

GoogleCloudContentwarehouseV1ProcessorInfo.fromJson(
  1. Map json_
)

Implementation

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