You are here

public function GetLists::setCount in SendinBlue 7.2

Parameters

int $count:

1 call to GetLists::setCount()
GetLists::__construct in includes/Model/GetLists.php
GetLists constructor.

File

includes/Model/GetLists.php, line 60

Class

GetLists

Code

public function setCount($count) {
  $this->count = $count;
}