You are here

public function GetAttributesEnumeration::setLabel in SendinBlue 7.2

Parameters

string $label:

File

includes/Model/GetAttributesEnumeration.php, line 48

Class

GetAttributesEnumeration

Code

public function setLabel($label) {
  $this->label = $label;
}