groupsCountResult = $groupsCountResult; } /** * @return GroupsCountResult */ public function getGroupsCountResult() { return $this->groupsCountResult; } /** * @param MailCountResult */ public function setMailCountResult(MailCountResult $mailCountResult) { $this->mailCountResult = $mailCountResult; } /** * @return MailCountResult */ public function getMailCountResult() { return $this->mailCountResult; } /** * @param string */ public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } /** * @return string */ public function getTotalCount() { return $this->totalCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CountArtifactsResponse::class, 'Google_Service_Vault_CountArtifactsResponse');