<?php
namespace ATWS\AutotaskObjects;

class PickListValue extends Entity
{
    public $IsActive;
    public $IsDefaultValue;
    public $IsSystem;
    public $Label;
    public $SortOrder;
    public $Value;
    public $parentValue;
}
