GoogleCloudRecaptchaenterpriseV1ListKeysResponse constructor

GoogleCloudRecaptchaenterpriseV1ListKeysResponse({
  1. List<GoogleCloudRecaptchaenterpriseV1Key>? keys,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ListKeysResponse({
  this.keys,
  this.nextPageToken,
});