Netsutie PHP Toolkit
GetSavedSearchResult.php
Go to the documentation of this file.
1 <?php
9 
18  public $status;
19 
28  public $totalRecords;
29 
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "status" => "Status",
45 
46  "totalRecords" => "integer",
47 
48  "recordRefList" => "RecordRefList",
49 
50  );
51 
52 }