View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse (google_api_recaptcha_enterprise v0.4.0)
The response to a ListRelatedAccountGroups call.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
relatedAccountGroups(type:list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RelatedAccountGroup.t), default:nil) - The groups of related accounts listed by the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1ListRelatedAccountGroupsResponse{
nextPageToken: String.t() | nil,
relatedAccountGroups:
[
GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RelatedAccountGroup.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.