The response to a ListRelatedAccountGroupMemberships
call.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListRelatedAccountGroupMembershipsResponse
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 memberships listed by the query. 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 memberships listed by the query. 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 memberships listed by the query. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership related_account_group_memberships = 1; |