/var/www/flurhymez/vendor/google/apiclient-services/src/Reports
NameSizeModeActions
Resource/-0755rm
Activities.php19210644editdlrm
Activity.php27670644editdlrm
ActivityActor.php18510644editdlrm
ActivityEvents.php17290644editdlrm
ActivityEventsParameters.php34340644editdlrm
ActivityEventsParametersMessageValue.php12910644editdlrm
ActivityEventsParametersMultiMessageValue.php13060644editdlrm
ActivityId.php19610644editdlrm
Channel.php33420644editdlrm
NestedParameter.php27820644editdlrm
UsageReport.php22720644editdlrm
UsageReportEntity.php21600644editdlrm
UsageReportParameters.php25130644editdlrm
UsageReports.php23380644editdlrm
UsageReportsWarnings.php17140644editdlrm
UsageReportsWarningsData.php13390644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Reports/UsageReportEntity.php (2160B)
customerId = $customerId; } /** * @return string */ public function getCustomerId() { return $this->customerId; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param string */ public function setProfileId($profileId) { $this->profileId = $profileId; } /** * @return string */ public function getProfileId() { return $this->profileId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUserEmail($userEmail) { $this->userEmail = $userEmail; } /** * @return string */ public function getUserEmail() { return $this->userEmail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageReportEntity::class, 'Google_Service_Reports_UsageReportEntity');