GoogleCloudContentwarehouseV1PropertyFilter.fromJson constructor
GoogleCloudContentwarehouseV1PropertyFilter.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1PropertyFilter.fromJson(core.Map json_)
: this(
condition: json_['condition'] as core.String?,
documentSchemaName: json_['documentSchemaName'] as core.String?,
);