/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/UsageReportParameters.php (2513B)
boolValue = $boolValue; } /** * @return bool */ public function getBoolValue() { return $this->boolValue; } /** * @param string */ public function setDatetimeValue($datetimeValue) { $this->datetimeValue = $datetimeValue; } /** * @return string */ public function getDatetimeValue() { return $this->datetimeValue; } /** * @param string */ public function setIntValue($intValue) { $this->intValue = $intValue; } /** * @return string */ public function getIntValue() { return $this->intValue; } /** * @param array[] */ public function setMsgValue($msgValue) { $this->msgValue = $msgValue; } /** * @return array[] */ public function getMsgValue() { return $this->msgValue; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsageReportParameters::class, 'Google_Service_Reports_UsageReportParameters');