layout = $layout; } /** * @return string */ public function getLayout() { return $this->layout; } /** * @param string */ public function setPadding($padding) { $this->padding = $padding; } /** * @return string */ public function getPadding() { return $this->padding; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoFileSphericalMetadataCubemapProjection::class, 'Google_Service_Contentwarehouse_VideoFileSphericalMetadataCubemapProjection');