public function GetAttributesEnumeration::getLabel in SendinBlue 7.2
Return value
string
File
- includes/
Model/ GetAttributesEnumeration.php, line 41
Class
Code
public function getLabel() {
return $this->label;
}
string
public function getLabel() {
return $this->label;
}