public function __construct($userId = null, $teamId = null, $overriddenTeamAccessType = null, $defaultTeamAccessType = null)
 {
     parent::__construct();
     $this->userId = $userId;
     $this->teamId = $teamId;
     $this->overriddenTeamAccessType = $overriddenTeamAccessType;
     $this->defaultTeamAccessType = $defaultTeamAccessType;
 }
 public function __construct($userId = NULL, $teamId = NULL, $overriddenTeamAccessType = NULL, $defaultTeamAccessType = NULL, $UserRecordTeamAssociationType = NULL)
 {
     parent::__construct();
     $this->userId = $userId;
     $this->teamId = $teamId;
     $this->overriddenTeamAccessType = $overriddenTeamAccessType;
     $this->defaultTeamAccessType = $defaultTeamAccessType;
     $this->UserRecordTeamAssociationType = $UserRecordTeamAssociationType;
 }