<?php
namespace ATWS\AutotaskObjects;

class CreateAttachmentResponse
{
    public $CreateAttachmentResult;
}
