Skip to content

SubscriptionInfo

Class: warmhub.SubscriptionInfo

SubscriptionInfo(name: str, kind: Literal['webhook'], event_type: SubscribableEventType, active: bool, credential_set_names: tuple[str, ...], created_at: float, shape_name: str | None = None, source_repo: str | None = None, filter_json: Union[JsonValue, None] = None, webhook_origin: str | None = None, fallback_webhook_origin: str | None = None, action_container_config: Union[JsonValue, None] = None, action_container: str | None = None, allow_trace_reentry: bool | None = None, notify_on_success: bool | None = None, component_ref: str | None = None, operation_subscription: SubscriptionInfoOperationSubscription | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from SubscriptionInfo.

name

Documentation is not yet available.

kind

Documentation is not yet available.

event_type

Documentation is not yet available.

active

Documentation is not yet available.

credential_set_names

Documentation is not yet available.

created_at

Documentation is not yet available.

shape_name = None

Documentation is not yet available.

source_repo = None

Documentation is not yet available.

filter_json = None

Documentation is not yet available.

webhook_origin = None

Documentation is not yet available.

fallback_webhook_origin = None

Documentation is not yet available.

action_container_config = None

Documentation is not yet available.

action_container = None

Documentation is not yet available.

allow_trace_reentry = None

Documentation is not yet available.

notify_on_success = None

Documentation is not yet available.

component_ref = None

Documentation is not yet available.

operation_subscription = None

Documentation 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.