/var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Networkconnectivity/BillingView.php (1279B)
reportRequests = $reportRequests;
}
/**
* @return ReportRequest[]
*/
public function getReportRequests()
{
return $this->reportRequests;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BillingView::class, 'Google_Service_Networkconnectivity_BillingView');