Class CreateWebhookRequest
java.lang.Object
com.google.genai.gaos.models.operations.CreateWebhookRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()Required.static CreateWebhookRequest.Builderbuilder()booleaninthashCode()toString()withApiVersion(String apiVersion) Which version of the API to use.withBody(WebhookInput body) Required.
-
Constructor Details
-
CreateWebhookRequest
-
CreateWebhookRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
body
Required. The webhook to create. -
builder
-
withApiVersion
Which version of the API to use. -
withBody
Required. The webhook to create. -
equals
-
hashCode
public int hashCode() -
toString
-