Software
Software
Bases: BaseRequest
Class for Software
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
uuid
|
Organization identifier |
Id |
uuid
|
Identifier |
Name |
str
|
Name |
Description |
str
|
Description |
Website |
str
|
Website |
AnalysisElements |
List[AnalysisElement]
|
List of AnalysisElements |
Attachments |
List[AttachmentInfo]
|
List of attachments |
ConsultingAgencies |
List[ConsultingAgency]
|
List of Consulting Agencies |
OrganizationMemberProfiles |
List[OrganizationMemberProfile]
|
List of OrganizationMemberProfile |
Processings |
List[Processing]
|
List of Processing |
Properties |
List[CategoryPropertyValue]
|
List of CategoryPropertyValue |
SoftwareInstallations |
List[SoftwareInstallation]
|
List of SoftwareInstallation |
Methods:
| Name | Description |
|---|---|
__str__ |
String representation |