Document type
DocumentType
Bases: BaseRequest
Class for DocumentType
Attributes:
| Name | Type | Description |
|---|---|---|
Id |
uuid
|
Identifier |
Name |
str
|
Name |
Description |
str
|
Description |
Code |
str
|
Code |
FilingPlanId |
uuid
|
Filing Plan identifier |
CategoryId |
uuid
|
Category identifier |
AnalysisElements |
List[AnalysisElement]
|
List of Analysis Element |
Attachments |
List[AttachmentInfo]
|
List of attachments |
OrganizationUnits |
List[OrganizationUnit]
|
List of Organization Units |
Properties |
List[CategoryPropertyValue]
|
List of Category Property Value |
Procedures |
List[Procedure]
|
List of Procedures |
Softwares |
List[Software]
|
List of Softwares |
Methods:
| Name | Description |
|---|---|
__init__ |
Constructor |