---
id: v1-feature-value-dto
title: FeatureValueDto
pagination_label: FeatureValueDto
sidebar_label: FeatureValueDto
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'FeatureValueDto', 'v1FeatureValueDto']
slug: /tools/sdk/typescript/iai_recommendations/models/feature-value-dto
tags: ['SDK', 'Software Development Kit', 'FeatureValueDto', 'v1FeatureValueDto']
---

# FeatureValueDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**feature** | **(optional)** `string` | The type of feature | [default to undefined]
**numerator** | **(optional)** `number` | The number of identities that have access to the feature | [default to undefined]
**denominator** | **(optional)** `number` | The number of identities with the corresponding feature | [default to undefined]

