/var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AlertCenter/GoogleOperations.php (2385B)
affectedUserEmails = $affectedUserEmails;
}
/**
* @return string[]
*/
public function getAffectedUserEmails()
{
return $this->affectedUserEmails;
}
/**
* @param Attachment
*/
public function setAttachmentData(Attachment $attachmentData)
{
$this->attachmentData = $attachmentData;
}
/**
* @return Attachment
*/
public function getAttachmentData()
{
return $this->attachmentData;
}
/**
* @param string
*/
public function setDescription($description)
{
$this->description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setHeader($header)
{
$this->header = $header;
}
/**
* @return string
*/
public function getHeader()
{
return $this->header;
}
/**
* @param string
*/
public function setTitle($title)
{
$this->title = $title;
}
/**
* @return string
*/
public function getTitle()
{
return $this->title;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleOperations::class, 'Google_Service_AlertCenter_GoogleOperations');