src/tools/types/Version.ps1

class Version{
    [String]$_rallyAPIMajor
    [String]$_rallyAPIMinor
    [String]$_ref
    [String]$_refObjectUUID
    [String]$_refObjectName
    [String]$_type
}