<?php
namespace ATWS\AutotaskObjects;

class GetAttachmentResponse
{
    public $GetAttachmentResult;
}
