You are here

public function GetAttributesEnumeration::setValue in SendinBlue 8

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

Parameters

int $value:

File

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

Class

GetAttributesEnumeration

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setValue(int $value) {
  $this->value = $value;
}