WebhookRepresentationList
Index
Methods
Methods
from_webhooks
Construct from a list of webhooks.
See
WebhooksListfor the accepted shapes.WebhookRepresentationinstances are used as-is; all other shapes are validated intoWebhookRepresentation, keeping only its fields and ignoring any extras (e.g.condition).Parameters
webhooks: WebhooksList
Returns WebhookRepresentationList
to_base64
Encode this list of webhook representations to a base64 string.
Returns
Noneif the list is empty, so that the query parameter is omitted.Returns str | None
List of webhook representations with base64 encoding support.