Class PingWebhookRequest
java.lang.Object
com.google.genai.gaos.models.operations.PingWebhookRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()The request body.static PingWebhookRequest.Builderbuilder()booleaninthashCode()id()Required.toString()withApiVersion(String apiVersion) Which version of the API to use.withBody(PingWebhookRequest body) The request body.Required.
-
Constructor Details
-
PingWebhookRequest
public PingWebhookRequest(@Nullable String apiVersion, @Nonnull String id, @Nullable PingWebhookRequest body) -
PingWebhookRequest
-
-
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. -
builder
-
withApiVersion
Which version of the API to use. -
withId
Required. The ID of the webhook to ping. Format: `{webhook_id}` -
withBody
The request body. -
equals
-
hashCode
public int hashCode() -
toString
-