pub type PbWebhookSourceInfo = WebhookSourceInfo;Aliased Type§
pub struct PbWebhookSourceInfo {
pub secret_ref: Option<SecretRef>,
pub signature_expr: Option<ExprNode>,
pub wait_for_persistence: bool,
pub is_batched: bool,
}Fields§
§secret_ref: Option<SecretRef>§signature_expr: Option<ExprNode>§wait_for_persistence: boolReturn until the data is persisted in the storage layer or not. Default is true.
is_batched: boolWhether request is batched as jsonl. Default is false.