DocumentDescription constructor

DocumentDescription({
  1. String? approvedVersion,
  2. List<AttachmentInformation>? attachmentsInformation,
  3. String? author,
  4. DateTime? createdDate,
  5. String? defaultVersion,
  6. String? description,
  7. DocumentFormat? documentFormat,
  8. DocumentType? documentType,
  9. String? documentVersion,
  10. String? hash,
  11. DocumentHashType? hashType,
  12. String? latestVersion,
  13. String? name,
  14. String? owner,
  15. List<DocumentParameter>? parameters,
  16. String? pendingReviewVersion,
  17. List<PlatformType>? platformTypes,
  18. List<DocumentRequires>? requires,
  19. List<ReviewInformation>? reviewInformation,
  20. ReviewStatus? reviewStatus,
  21. String? schemaVersion,
  22. String? sha1,
  23. DocumentStatus? status,
  24. String? statusInformation,
  25. List<Tag>? tags,
  26. String? targetType,
  27. String? versionName,
})

Implementation

DocumentDescription({
  this.approvedVersion,
  this.attachmentsInformation,
  this.author,
  this.createdDate,
  this.defaultVersion,
  this.description,
  this.documentFormat,
  this.documentType,
  this.documentVersion,
  this.hash,
  this.hashType,
  this.latestVersion,
  this.name,
  this.owner,
  this.parameters,
  this.pendingReviewVersion,
  this.platformTypes,
  this.requires,
  this.reviewInformation,
  this.reviewStatus,
  this.schemaVersion,
  this.sha1,
  this.status,
  this.statusInformation,
  this.tags,
  this.targetType,
  this.versionName,
});