Class FormInfo (0.1.1)

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

Represents form information.

Attribute

NameDescription
parameter_info Sequence[.gcdc_webhook.PageInfo.FormInfo.ParameterInfo]
Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

Classes

ParameterInfo

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

Represents parameter information.