PublicApiDump
class: PublicApiDump
class PublicApiDump(Entity):
pkg_import_name: str
version: str
groups: list[GroupDump] = ...
dumped_at: datetime
Fields
| Field |
Type |
Default |
Since |
| pkg_import_name |
str |
- |
0.1.0 |
| version |
str |
- |
0.1.0 |
| groups |
list[GroupDump] |
... |
0.1.0 |
| dumped_at |
datetime |
- |
0.1.0 |
Changes
| Version |
Change |
| 0.3.0 |
added base class 'Entity' |
| 0.2.0 |
field 'pkg_import_name' default removed (was: PydanticUndefined) |
| 0.2.0 |
field 'version' default removed (was: PydanticUndefined) |
| 0.2.0 |
field 'dumped_at' default removed (was: PydanticUndefined) |
| 0.1.0 |
Made public |