/var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter/AccountSuspensionDetails.php (1445B)
abuseReason = $abuseReason;
}
/**
* @return string
*/
public function getAbuseReason()
{
return $this->abuseReason;
}
/**
* @param string
*/
public function setProductName($productName)
{
$this->productName = $productName;
}
/**
* @return string
*/
public function getProductName()
{
return $this->productName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AccountSuspensionDetails::class, 'Google_Service_AlertCenter_AccountSuspensionDetails');