GetDocumentResult constructor

GetDocumentResult({
  1. List<AttachmentContent>? attachmentsContent,
  2. String? content,
  3. DocumentFormat? documentFormat,
  4. DocumentType? documentType,
  5. String? documentVersion,
  6. String? name,
  7. List<DocumentRequires>? requires,
  8. ReviewStatus? reviewStatus,
  9. DocumentStatus? status,
  10. String? statusInformation,
  11. String? versionName,
})

Implementation

GetDocumentResult({
  this.attachmentsContent,
  this.content,
  this.documentFormat,
  this.documentType,
  this.documentVersion,
  this.name,
  this.requires,
  this.reviewStatus,
  this.status,
  this.statusInformation,
  this.versionName,
});