backgroundImageFile = $backgroundImageFile; } /** * @return Google_Service_Drive_TeamDriveBackgroundImageFile */ public function getBackgroundImageFile() { return $this->backgroundImageFile; } public function setBackgroundImageLink($backgroundImageLink) { $this->backgroundImageLink = $backgroundImageLink; } public function getBackgroundImageLink() { return $this->backgroundImageLink; } /** * @param Google_Service_Drive_TeamDriveCapabilities */ public function setCapabilities(Google_Service_Drive_TeamDriveCapabilities $capabilities) { $this->capabilities = $capabilities; } /** * @return Google_Service_Drive_TeamDriveCapabilities */ public function getCapabilities() { return $this->capabilities; } public function setColorRgb($colorRgb) { $this->colorRgb = $colorRgb; } public function getColorRgb() { return $this->colorRgb; } public function setCreatedTime($createdTime) { $this->createdTime = $createdTime; } public function getCreatedTime() { return $this->createdTime; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Drive_TeamDriveRestrictions */ public function setRestrictions(Google_Service_Drive_TeamDriveRestrictions $restrictions) { $this->restrictions = $restrictions; } /** * @return Google_Service_Drive_TeamDriveRestrictions */ public function getRestrictions() { return $this->restrictions; } public function setThemeId($themeId) { $this->themeId = $themeId; } public function getThemeId() { return $this->themeId; } }