Netsutie PHP Toolkit
IssueVersion.php
Go to the documentation of this file.
1 <?php
8 class IssueVersion {
9 
18  public $primary;
19 
28  public $version;
29 
38  public $build;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "primary" => "boolean",
45 
46  "version" => "RecordRef",
47 
48  "build" => "RecordRef",
49 
50  );
51 
52 }
static $paramtypesmap