List Featureset Version Features Result
data class ListFeaturesetVersionFeaturesResult(val nextLink: String? = null, val value: List<FeatureResponse>? = null)
A paginated list of Feature entities.
Constructors
Link copied to clipboard
fun ListFeaturesetVersionFeaturesResult(nextLink: String? = null, value: List<FeatureResponse>? = null)