kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_OperatingSystem */ public function setOperatingSystems($operatingSystems) { $this->operatingSystems = $operatingSystems; } /** * @return Google_Service_Dfareporting_OperatingSystem */ public function getOperatingSystems() { return $this->operatingSystems; } }