offsetPercentage = $offsetPercentage;
}
/**
* @return int
*/
public function getOffsetPercentage()
{
return $this->offsetPercentage;
}
/**
* @param int
*/
public function setOffsetSeconds($offsetSeconds)
{
$this->offsetSeconds = $offsetSeconds;
}
/**
* @return int
*/
public function getOffsetSeconds()
{
return $this->offsetSeconds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VideoOffset::class, 'Google_Service_Dfareporting_VideoOffset');