ListFeaturesetVersionFeaturesResult

data class ListFeaturesetVersionFeaturesResult(val nextLink: String? = null, val value: List<FeatureResponse>? = null)

A paginated list of Feature entities.

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<FeatureResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page of Feature objects. If null, there are no additional pages.

Link copied to clipboard
val value: List<FeatureResponse>? = null

An array of objects of type Feature.