<?php
namespace ATWS\AutotaskObjects;

class ArrayOfPickListValue extends Entity
{
    public $PickListValue;
}
