GetDocumentResult constructor
GetDocumentResult({
- List<
AttachmentContent> ? attachmentsContent, - String? content,
- DocumentFormat? documentFormat,
- DocumentType? documentType,
- String? documentVersion,
- String? name,
- List<
DocumentRequires> ? requires, - ReviewStatus? reviewStatus,
- DocumentStatus? status,
- String? statusInformation,
- 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,
});