GoogleCloudContentwarehouseV1ListDocumentSchemasResponse constructor

GoogleCloudContentwarehouseV1ListDocumentSchemasResponse({
  1. List<GoogleCloudContentwarehouseV1DocumentSchema>? documentSchemas,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContentwarehouseV1ListDocumentSchemasResponse({
  this.documentSchemas,
  this.nextPageToken,
});