DateStatistics¶
Structure Class¶
DateStatistics
dataclass
¶
Represents list a map of dates with a count of total findings generated on each date.
Attributes¶
date
class-attribute
instance-attribute
¶
date: datetime | None = None
The timestamp when the total findings count is observed.
For example, Date would look like "2024-09-05T17:00:00-07:00"
whereas LastGeneratedAt would look like 2024-09-05T17:12:29-07:00".
last_generated_at
class-attribute
instance-attribute
¶
last_generated_at: datetime | None = None
The timestamp at which the last finding in the findings count, was generated.