Email info
EmailInfo
Bases: BaseRequest
Class for EmailInfo
Attributes:
| Name | Type | Description |
|---|---|---|
OrganizationId |
uuid
|
Organization identifier |
Id |
uuid
|
Identifier |
EmailAddress |
str
|
email address |
IsPec |
bool
|
Is a PEC email. Default False |
AnalysisElements |
List[AnalysisElement]
|
List of Analysis Elements |
Attachments |
List[AttachmentInfo]
|
List of attachments |
OrganizationMemberProfiles |
List[OrganizationMemberProfile]
|
List of Organization Member Profiles |
OrganizationUnits |
List[OrganizationUnit]
|
List of Organization Units |
Properties |
List[CategoryPropertyValue]
|
List of Category Property Value |
Methods:
| Name | Description |
|---|---|
__init__ |
Constructor |