public function GetExtendedList::getId in SendinBlue 7.2
Return value
int
File
- includes/
Model/ GetExtendedList.php, line 60
Class
- GetExtendedList
- Class GetExtendedList.
Code
public function getId() {
return $this->id;
}
int
public function getId() {
return $this->id;
}