GoogleCloudContentwarehouseV1MapProperty constructor

GoogleCloudContentwarehouseV1MapProperty({
  1. Map<String, GoogleCloudContentwarehouseV1Value>? fields,
})

Implementation

GoogleCloudContentwarehouseV1MapProperty({
  this.fields,
});