resourceTypes = $resourceTypes; } /** * @return string[] */ public function getResourceTypes() { return $this->resourceTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1ResourceSelector::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1ResourceSelector');