nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleChromePolicyVersionsV1PolicySchema[] */ public function setPolicySchemas($policySchemas) { $this->policySchemas = $policySchemas; } /** * @return GoogleChromePolicyVersionsV1PolicySchema[] */ public function getPolicySchemas() { return $this->policySchemas; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1ListPolicySchemasResponse::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1ListPolicySchemasResponse');