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.
Properties and attributes
Section titled “Properties and attributes”nameDocumentation is not yet available.
kindDocumentation is not yet available.
event_type
Section titled “event_type”event_typeDocumentation is not yet available.
active
Section titled “active”activeDocumentation is not yet available.
credential_set_names
Section titled “credential_set_names”credential_set_namesDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
shape_name
Section titled “shape_name”shape_name = NoneDocumentation is not yet available.
source_repo
Section titled “source_repo”source_repo = NoneDocumentation is not yet available.
filter_json
Section titled “filter_json”filter_json = NoneDocumentation is not yet available.
webhook_origin
Section titled “webhook_origin”webhook_origin = NoneDocumentation is not yet available.
fallback_webhook_origin
Section titled “fallback_webhook_origin”fallback_webhook_origin = NoneDocumentation is not yet available.
action_container_config
Section titled “action_container_config”action_container_config = NoneDocumentation is not yet available.
action_container
Section titled “action_container”action_container = NoneDocumentation is not yet available.
allow_trace_reentry
Section titled “allow_trace_reentry”allow_trace_reentry = NoneDocumentation is not yet available.
notify_on_success
Section titled “notify_on_success”notify_on_success = NoneDocumentation is not yet available.
component_ref
Section titled “component_ref”component_ref = NoneDocumentation is not yet available.
operation_subscription
Section titled “operation_subscription”operation_subscription = 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.