attachment = $attachment; } /** * @return Attachment */ public function getAttachment() { return $this->attachment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateAttachmentRequest::class, 'Google_Service_CloudSupport_CreateAttachmentRequest');