retentionDays = $retentionDays; } /** * @return int */ public function getRetentionDays() { return $this->retentionDays; } /** * @param string */ public function setRetentionMode($retentionMode) { $this->retentionMode = $retentionMode; } /** * @return string */ public function getRetentionMode() { return $this->retentionMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AirflowMetadataRetentionPolicyConfig::class, 'Google_Service_CloudComposer_AirflowMetadataRetentionPolicyConfig');