autoDelete = $autoDelete; } /** * @return string */ public function getAutoDelete() { return $this->autoDelete; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StatefulPolicyPreservedStateDiskDevice::class, 'Google_Service_Compute_StatefulPolicyPreservedStateDiskDevice');