imageBytes = $imageBytes;
}
/**
* @return string
*/
public function getImageBytes()
{
return $this->imageBytes;
}
/**
* @param string
*/
public function setImageUrl($imageUrl)
{
$this->imageUrl = $imageUrl;
}
/**
* @return string
*/
public function getImageUrl()
{
return $this->imageUrl;
}
/**
* @param InvideoPosition
*/
public function setPosition(InvideoPosition $position)
{
$this->position = $position;
}
/**
* @return InvideoPosition
*/
public function getPosition()
{
return $this->position;
}
/**
* @param string
*/
public function setTargetChannelId($targetChannelId)
{
$this->targetChannelId = $targetChannelId;
}
/**
* @return string
*/
public function getTargetChannelId()
{
return $this->targetChannelId;
}
/**
* @param InvideoTiming
*/
public function setTiming(InvideoTiming $timing)
{
$this->timing = $timing;
}
/**
* @return InvideoTiming
*/
public function getTiming()
{
return $this->timing;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InvideoBranding::class, 'Google_Service_YouTube_InvideoBranding');