ActionLiveFeedResultItemsItem
Class: warmhub.ActionLiveFeedResultItemsItem
ActionLiveFeedResultItemsItem(subscription_name: str, delivery_id: str, status: str, matched_operation_indexes: tuple[float, ...], matched_operations: tuple[ActionLiveFeedResultItemsItemMatchedOperationsItem, ...], created_at: float, run_id: str | None = None, updated_at: float | None = None, run_status: str | None = None, attempt_count: float | None = None, max_attempts: float | None = None, last_error_code: str | None = None, last_error_message: str | None = None, last_response_snippet: str | None = None, trace_id: str | None = None, causation_id: str | None = None, hop_count: float | None = None, origin_run_id: str | None = None, origin_repo_id: str | None = None, action_container: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from ActionLiveFeedResultItemsItem.
Properties and attributes
Section titled “Properties and attributes”subscription_name
Section titled “subscription_name”subscription_nameDocumentation is not yet available.
delivery_id
Section titled “delivery_id”delivery_idDocumentation is not yet available.
status
Section titled “status”statusDocumentation is not yet available.
matched_operation_indexes
Section titled “matched_operation_indexes”matched_operation_indexesDocumentation is not yet available.
matched_operations
Section titled “matched_operations”matched_operationsDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
run_id
Section titled “run_id”run_id = NoneDocumentation is not yet available.
updated_at
Section titled “updated_at”updated_at = NoneDocumentation is not yet available.
run_status
Section titled “run_status”run_status = NoneDocumentation is not yet available.
attempt_count
Section titled “attempt_count”attempt_count = NoneDocumentation is not yet available.
max_attempts
Section titled “max_attempts”max_attempts = NoneDocumentation is not yet available.
last_error_code
Section titled “last_error_code”last_error_code = NoneDocumentation is not yet available.
last_error_message
Section titled “last_error_message”last_error_message = NoneDocumentation is not yet available.
last_response_snippet
Section titled “last_response_snippet”last_response_snippet = NoneDocumentation is not yet available.
trace_id
Section titled “trace_id”trace_id = NoneDocumentation is not yet available.
causation_id
Section titled “causation_id”causation_id = NoneDocumentation is not yet available.
hop_count
Section titled “hop_count”hop_count = NoneDocumentation is not yet available.
origin_run_id
Section titled “origin_run_id”origin_run_id = NoneDocumentation is not yet available.
origin_repo_id
Section titled “origin_repo_id”origin_repo_id = NoneDocumentation is not yet available.
action_container
Section titled “action_container”action_container = NoneDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.