Analysis element
AnalysisElement
Bases: BaseRequest
Class for AnalysisElement
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
uuid
|
Organization identifier |
Id |
uuid
|
Identifier |
ParentId |
uuid
|
Parent identifier |
Name |
str
|
Name |
Code |
str
|
Code |
Attachments |
List[AttachmentInfo]
|
List of attachments |
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 |
Properties |
List[CategoryPropertyValue]
|
List of CategoryPropertyValue |
SoftwareInstallations |
List[SoftwareInstallation]
|
List of SoftwareInstallation |
Softwares |
List[Software]
|
List of Software |
Tools |
List[Tool]
|
List of Tool |
UsesAnalysisElement |
List[AnalysisElement]
|
List of AnalysisElement used |
UsedByAnalysisElement |
List[AnalysisElement]
|
List of AnalysisElement used by |
UnitedAnalysisElements |
List[UnitedAnalysisElement]
|
List of UnitedAnalysisElement |
Methods:
| Name | Description |
|---|---|
__str__ |
String representation |