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