GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest constructor

GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest({
  1. GoogleCloudContentwarehouseV1DocumentSchema? documentSchema,
})

Implementation

GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest({
  this.documentSchema,
});