# FeatureBundleFeatureResponse **Type:** GraphQL objects **Description:** Feature within a feature bundle ## Fields - featureName (String): Name to uniquely identify the feature. Example: "MyFeature" - quantity (Int): Quantity of the feature (minimum value is 1). Example: 1 - state (String): State of the feature. Valid values: draft, deployed, obsolete, inactive. - version (String): Version of the feature. Example: "1.0"