GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse constructor

GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRecaptchaenterpriseV1RelatedAccountGroup>? relatedAccountGroups,
})

Implementation

GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse({
  this.nextPageToken,
  this.relatedAccountGroups,
});