You are here

public function GetAttributesEnumeration::setLabel in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetAttributesEnumeration.php \Drupal\sendinblue\Tools\Model\GetAttributesEnumeration::setLabel()

Parameters

string $label:

File

src/Tools/Model/GetAttributesEnumeration.php, line 50

Class

GetAttributesEnumeration

Namespace

Drupal\sendinblue\Tools\Model

Code

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