choice = $choice; } /** * @return GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice */ public function getChoice() { return $this->choice; } /** * @param string */ public function setFieldId($fieldId) { $this->fieldId = $fieldId; } /** * @return string */ public function getFieldId() { return $this->fieldId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest');