The response to a SearchRelatedAccountGroupMemberships call.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.SearchRelatedAccountGroupMembershipsResponse
| 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 getRelatedAccountGroupMemberships() The queried memberships. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership related_account_group_memberships = 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 setRelatedAccountGroupMemberships( $var) The queried memberships. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership related_account_group_memberships = 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_group_memberships = NULL The queried memberships. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership related_account_group_memberships = 1; |