Class RotateSigningSecretRequest
java.lang.Object
com.google.genai.gaos.models.operations.RotateSigningSecretRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRotateSigningSecretRequest(String apiVersion, String id, RotateSigningSecretRequest body) -
Method Summary
-
Constructor Details
-
RotateSigningSecretRequest
public RotateSigningSecretRequest(@Nullable String apiVersion, @Nonnull String id, @Nullable RotateSigningSecretRequest body) -
RotateSigningSecretRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Required. The ID of the webhook for which to generate a signing secret. Format: `{webhook_id}` -
body
The request body. -
builder
-
withApiVersion
Which version of the API to use. -
withId
Required. The ID of the webhook for which to generate a signing secret. Format: `{webhook_id}` -
withBody
The request body. -
equals
-
hashCode
public int hashCode() -
toString
-