You are here

public function GetAttributesAttributes::setName in SendinBlue 7.2

Parameters

string $name:

File

includes/Model/GetAttributesAttributes.php, line 57

Class

GetAttributesAttributes
Class GetAttributesAttributes.

Code

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