GetFeaturesetVersionFeatureResult

data class GetFeaturesetVersionFeatureResult(val dataType: String? = null, val description: String? = null, val featureName: String? = null, val tags: Map<String, String>? = null)

Dto object representing feature

Constructors

Link copied to clipboard
constructor(dataType: String? = null, description: String? = null, featureName: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

Specifies type

Link copied to clipboard
val description: String? = null

Specifies description

Link copied to clipboard
val featureName: String? = null

Specifies name

Link copied to clipboard
val tags: Map<String, String>? = null

Specifies tags