count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } }