displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setGoogleAudienceId($googleAudienceId)
{
$this->googleAudienceId = $googleAudienceId;
}
/**
* @return string
*/
public function getGoogleAudienceId()
{
return $this->googleAudienceId;
}
/**
* @param string
*/
public function setGoogleAudienceType($googleAudienceType)
{
$this->googleAudienceType = $googleAudienceType;
}
/**
* @return string
*/
public function getGoogleAudienceType()
{
return $this->googleAudienceType;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleAudience::class, 'Google_Service_DisplayVideo_GoogleAudience');