/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reports
NameSizeModeActions
Resource/-0755rm
Activities.php15440644editdlrm
Activity.php24760644editdlrm
ActivityActor.php13120644editdlrm
ActivityEvents.php14360644editdlrm
ActivityEventsParameters.php28340644editdlrm
ActivityEventsParametersMessageValue.php11380644editdlrm
ActivityEventsParametersMultiMessageValue.php11430644editdlrm
ActivityId.php14280644editdlrm
Channel.php22630644editdlrm
NestedParameter.php19570644editdlrm
UsageReport.php19800644editdlrm
UsageReportEntity.php15210644editdlrm
UsageReportParameters.php17770644editdlrm
UsageReports.php20210644editdlrm
UsageReportsWarnings.php14090644editdlrm
UsageReportsWarningsData.php9620644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Reports/Activity.php (2476B)
actor = $actor; } /** * @return Google_Service_Reports_ActivityActor */ public function getActor() { return $this->actor; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Reports_ActivityEvents[] */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_Reports_ActivityEvents[] */ public function getEvents() { return $this->events; } /** * @param Google_Service_Reports_ActivityId */ public function setId(Google_Service_Reports_ActivityId $id) { $this->id = $id; } /** * @return Google_Service_Reports_ActivityId */ public function getId() { return $this->id; } public function setIpAddress($ipAddress) { $this->ipAddress = $ipAddress; } public function getIpAddress() { return $this->ipAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setOwnerDomain($ownerDomain) { $this->ownerDomain = $ownerDomain; } public function getOwnerDomain() { return $this->ownerDomain; } }