You are here

public function GetAttributesAttributes::setName in SendinBlue 8.2

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

Parameters

string $name:

File

src/Tools/Model/GetAttributesAttributes.php, line 59

Class

GetAttributesAttributes
Class GetAttributesAttributes.

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setName(string $name) {
  $this->name = $name;
}