kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_OperatingSystemVersion */ public function setOperatingSystemVersions($operatingSystemVersions) { $this->operatingSystemVersions = $operatingSystemVersions; } /** * @return Google_Service_Dfareporting_OperatingSystemVersion */ public function getOperatingSystemVersions() { return $this->operatingSystemVersions; } }