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