You are here

public function GetExtendedList::setTotalBlacklisted in SendinBlue 7.2

Parameters

int $totalBlacklisted:

1 call to GetExtendedList::setTotalBlacklisted()
GetExtendedList::__construct in includes/Model/GetExtendedList.php
GetExtendedList constructor.

File

includes/Model/GetExtendedList.php, line 95

Class

GetExtendedList
Class GetExtendedList.

Code

public function setTotalBlacklisted($totalBlacklisted) {
  $this->totalBlacklisted = $totalBlacklisted;
}