percentage = $percentage;
}
/**
* @return string
*/
public function getPercentage()
{
return $this->percentage;
}
/**
* @param string
*/
public function setSeconds($seconds)
{
$this->seconds = $seconds;
}
/**
* @return string
*/
public function getSeconds()
{
return $this->seconds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AudioVideoOffset::class, 'Google_Service_DisplayVideo_AudioVideoOffset');