<?php
namespace ATWS\AutotaskObjects;

class CreateResponse
{
    public $createResult;
}
