DocumentationVersion¶
Structure Class¶
DocumentationVersion
dataclass
¶
A snapshot of the documentation of an API.
Attributes¶
created_date
class-attribute
instance-attribute
¶
created_date: datetime | None = None
The date when the API documentation snapshot is created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the API documentation snapshot.
version
class-attribute
instance-attribute
¶
version: str | None = None
The version identifier of the API documentation snapshot.