listOrgs method
Search Organizations
Deprecated: use organization service v2 ListOrganizations instead.
Returns a list of organizations that match the requesting filters. All filters are applied with an AND condition.
Implementation
$grpc.ResponseFuture<$0.ListOrgsResponse> listOrgs(
$0.ListOrgsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listOrgs, request, options: options);
}