transformations = $transformations; } /** * @return GooglePrivacyDlpV2InfoTypeTransformation[] */ public function getTransformations() { return $this->transformations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2InfoTypeTransformations::class, 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations');