Class ReceiveTriggerWebhookRequest (3.24.0)

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

ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by the ReceiveTriggerWebhook method.

Attributes

NameDescription
name str
The name of the ReceiveTriggerWebhook to retrieve. Format: projects/{project}/locations/{location}/triggers/{trigger}
body google.api.httpbody_pb2.HttpBody
HTTP request body.
project_id str
Project in which the specified trigger lives
trigger str
Name of the trigger to run the payload against
secret str
Secret token used for authorization if an OAuth token isn't provided.