restrictionType = $restrictionType; } /** * @return string */ public function getRestrictionType() { return $this->restrictionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest::class, 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest');