policy = $policy; } /** * @return ApigatewayPolicy */ public function getPolicy() { return $this->policy; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApigatewaySetIamPolicyRequest::class, 'Google_Service_Apigateway_ApigatewaySetIamPolicyRequest');