GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource.fromJson constructor

GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource.fromJson(
    core.Map json_)
    : this(
        name: json_.containsKey('name') ? json_['name'] as core.String : null,
        processorType: json_.containsKey('processorType')
            ? json_['processorType'] as core.String
            : null,
      );