/var/www/flurhymez/vendor/google/apiclient-services/src/Drive
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/AboutTeamDriveThemes.php (1676B)
backgroundImageLink = $backgroundImageLink;
}
/**
* @return string
*/
public function getBackgroundImageLink()
{
return $this->backgroundImageLink;
}
/**
* @param string
*/
public function setColorRgb($colorRgb)
{
$this->colorRgb = $colorRgb;
}
/**
* @return string
*/
public function getColorRgb()
{
return $this->colorRgb;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AboutTeamDriveThemes::class, 'Google_Service_Drive_AboutTeamDriveThemes');