You are here

public function GetExtendedList::setName in SendinBlue 7.2

Parameters

string $name:

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

File

includes/Model/GetExtendedList.php, line 81

Class

GetExtendedList
Class GetExtendedList.

Code

public function setName($name) {
  $this->name = $name;
}