properties = $properties; } /** * @return string[] */ public function getProperties() { return $this->properties; } /** * @param OSPolicyResourceFile */ public function setSource(OSPolicyResourceFile $source) { $this->source = $source; } /** * @return OSPolicyResourceFile */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OSPolicyResourcePackageResourceMSI::class, 'Google_Service_OSConfig_OSPolicyResourcePackageResourceMSI');