HarnessVersionSummary¶
Structure Class¶
HarnessVersionSummary
dataclass
¶
Summary information about a single version of a harness.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when this harness version was created.
failure_reason
class-attribute
instance-attribute
¶
failure_reason: str | None = None
Reason why the create or update operation for this harness version failed.
harness_version
instance-attribute
¶
harness_version: str
The version of the harness that this summary describes.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when this harness version was last updated.