You are here

public function GetAttributesAttributes::setCalculatedValue in SendinBlue 7.2

Parameters

string $calculatedValue:

File

includes/Model/GetAttributesAttributes.php, line 99

Class

GetAttributesAttributes
Class GetAttributesAttributes.

Code

public function setCalculatedValue($calculatedValue) {
  $this->calculatedValue = $calculatedValue;
}