Consulting agency
ConsultingAgency
Bases: BaseRequest
Class for ConsultingAgency
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
uuid
|
Organization identifier |
Id |
uuid
|
Identifier |
Name |
str
|
Consulting agency name |
Description |
str
|
Consulting agency description |
AnalysisElements |
List[AnalysisElement]
|
List of Analysis Element |
Attachments |
List[AttachmentInfo]
|
List of attachments |
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 |
Roles |
List[Role]
|
List of Role |
Softwares |
List[Software]
|
List of Software |
Tools |
List[Tool]
|
List of Tool |
Methods:
| Name | Description |
|---|---|
__init__ |
Constructor |
__str__ |
String representation |