GoogleCloudContentwarehouseV1Document constructor

GoogleCloudContentwarehouseV1Document({
  1. GoogleCloudDocumentaiV1Document? cloudAiDocument,
  2. String? contentCategory,
  3. String? createTime,
  4. String? creator,
  5. String? displayName,
  6. String? displayUri,
  7. String? dispositionTime,
  8. String? documentSchemaName,
  9. String? inlineRawDocument,
  10. bool? legalHold,
  11. String? name,
  12. String? plainText,
  13. List<GoogleCloudContentwarehouseV1Property>? properties,
  14. String? rawDocumentFileType,
  15. String? rawDocumentPath,
  16. String? referenceId,
  17. bool? textExtractionDisabled,
  18. bool? textExtractionEnabled,
  19. String? title,
  20. String? updateTime,
  21. String? updater,
})

Implementation

GoogleCloudContentwarehouseV1Document({
  this.cloudAiDocument,
  this.contentCategory,
  this.createTime,
  this.creator,
  this.displayName,
  this.displayUri,
  this.dispositionTime,
  this.documentSchemaName,
  this.inlineRawDocument,
  this.legalHold,
  this.name,
  this.plainText,
  this.properties,
  this.rawDocumentFileType,
  this.rawDocumentPath,
  this.referenceId,
  this.textExtractionDisabled,
  this.textExtractionEnabled,
  this.title,
  this.updateTime,
  this.updater,
});