public function GetAttributesEnumeration::setLabel in SendinBlue 7.2
Parameters
string $label:
File
- includes/
Model/ GetAttributesEnumeration.php, line 48
Class
Code
public function setLabel($label) {
$this->label = $label;
}
string $label:
public function setLabel($label) {
$this->label = $label;
}