The response to a ListRelatedAccountGroups call.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupsResponse
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getNextPageToken() A token, which can be sent as If this field is omitted, there are no subsequent pages. Generated from protobuf field string next_page_token = 2;
|
| public getRelatedAccountGroups() The groups of related accounts listed by the query. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
|
| public setNextPageToken( $var) A token, which can be sent as If this field is omitted, there are no subsequent pages. Generated from protobuf field string next_page_token = 2;
|
| public setRelatedAccountGroups( $var) The groups of related accounts listed by the query. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1;
|
| Properties |
| protected $next_page_token = '' A token, which can be sent as If this field is omitted, there are no subsequent pages. Generated from protobuf field string next_page_token = 2; |
| Methods |
| Properties |
| private $related_account_groups = NULL The groups of related accounts listed by the query. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroup related_account_groups = 1; |