public function __construct($value = null, $ListReturnValueType = null)
 {
     parent::__construct();
     $this->value = $value;
     $this->ListReturnValueType = $ListReturnValueType;
 }
 public function __construct($value = null, $partialFailureErrors = null, $ListReturnValueType = null)
 {
     parent::__construct();
     $this->value = $value;
     $this->partialFailureErrors = $partialFailureErrors;
     $this->ListReturnValueType = $ListReturnValueType;
 }