badgeConfig = $badgeConfig; } /** * @return GoogleAppsDriveLabelsV2BadgeConfig */ public function getBadgeConfig() { return $this->badgeConfig; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setInsertBeforeChoice($insertBeforeChoice) { $this->insertBeforeChoice = $insertBeforeChoice; } /** * @return string */ public function getInsertBeforeChoice() { return $this->insertBeforeChoice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties');