Attachment info
AttachmentInfo
Bases: BaseRequest
Class for AttachmentInfo
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
uuid
|
Organization identifier |
Id |
uuid
|
Identifier |
FileName |
str
|
Attachment filename |
AttachmentType |
str
|
Attachment type |
AnalysisElements |
List[AnalysisElement]
|
List of AnalysisElement |
ConsultingAgencies |
List[ConsultingAgency]
|
List of Consulting Agencies |
Emails |
List[EmailInfo]
|
List of emails |
OfficeAreas |
List[OfficeArea]
|
List of OfficeArea |
OrganizationMemberProfiles |
List[OrganizationMemberProfile]
|
List of OrganizationMemberProfile |
OrganizationUnits |
List[OrganizationUnit]
|
List of OrganizationUnit |
Procedures |
List[Procedure]
|
List of Procedure |
Processings |
List[Processing]
|
List of Processing |
Softwares |
List[Software]
|
List of Software |
Tools |
List[Tool]
|
List of Tool |
UnitedAnalysisElements |
List[UnitedAnalysisElement]
|
List of UnitedAnalysisElement |
Methods:
| Name | Description |
|---|---|
__init__ |
Constructor |
__str__ |
String representation |