# FeatureOverrideParamsInput **Type:** GraphQL inputs **Description:** Override parameters for feature configuration ## Fields - borrowable (Boolean): Indicates whether the feature is borrowable. Example: true. - counted (String): Determines whether the feature is counted. Valid values: Yes, No, Do_Not_Override. Example: "Yes" - dupGroup (DupGroupInput): Duplication group details for the feature - dupGroupOption (String): Duplication group option to define override behavior. Valid values: NO_OVERRIDE, GROUPMASK, NONE. - groupMask (GroupMaskDataTypeInput): Group mask details for the duplication group - notice (String): Notice string to override the default value. Maximum length: 255 characters. Example: "This is a notice." - reusable (String): Determines whether the feature is reusable. Valid values: Yes, No, Do_Not_Override. Example: "No" - serialNumber (String): Serial number to override the default value. Maximum length: 255 characters. Example: "SN123456" - vendorString (String): Vendor string to override the default value. Maximum length: 255 characters. Example: "Vendor123"