Class PingWebhookRequest.Builder
java.lang.Object
com.google.genai.gaos.models.operations.PingWebhookRequest.Builder
- Enclosing class:
- PingWebhookRequest
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Which version of the API to use.body(PingWebhookRequest body) The request body.build()Required.
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Required. The ID of the webhook to ping. Format: `{webhook_id}` -
body
The request body. -
build
-