GoogleCloudContentwarehouseV1PropertyTypeOptions.fromJson constructor
GoogleCloudContentwarehouseV1PropertyTypeOptions.fromJson(
- Map json_
Implementation
GoogleCloudContentwarehouseV1PropertyTypeOptions.fromJson(core.Map json_)
: this(
propertyDefinitions: (json_['propertyDefinitions'] as core.List?)
?.map((value) =>
GoogleCloudContentwarehouseV1PropertyDefinition.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);