Class PageInfo (0.1.1)

PageInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents page information communicated to and from the webhook.

Attributes

NameDescription
current_page str
Always present for WebhookRequest. Ignored for WebhookResponse. The unique identifier of the current page. Format: projects/.
form_info .gcdc_webhook.PageInfo.FormInfo
Optional for both WebhookRequest and WebhookResponse. Information about the form.

Classes

FormInfo

FormInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents form information.