FeatureSubsetResponse

data class FeatureSubsetResponse(val features: List<String>, val filterType: String)

Constructors

Link copied to clipboard
constructor(features: List<String>, filterType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The list of features to include.

Link copied to clipboard

Expected value is 'FeatureSubset'.