Skip to content

Reports

albert.resources.reports

Attributes:

Name Type Description
ReportItem

ReportItem

ReportItem = dict[str, Any] | list[dict[str, Any]] | None

ReportInfo

Bases: BaseResource

Attributes:

Name Type Description
report_type_id str
report_type str
category str
items list[ReportItem]

report_type_id

report_type_id: str = Field(..., alias='reportTypeId')

report_type

report_type: str = Field(..., alias='reportType')

category

category: str

items

items: list[ReportItem] = Field(..., alias='Items')