You are here

public function GetAttributesAttributes::setType in SendinBlue 7.2

Parameters

string $type:

File

includes/Model/GetAttributesAttributes.php, line 85

Class

GetAttributesAttributes
Class GetAttributesAttributes.

Code

public function setType($type) {
  $this->type = $type;
}