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