ReceiveTriggerWebhookRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
ReceiveTriggerWebhookRequest [Experimental] is the request object accepted by the ReceiveTriggerWebhook method.
Attributes |
|
---|---|
Name | Description |
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. |