ListFeaturesetVersionMaterializationJobsResult

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

A paginated list of FeaturesetJob entities.

Constructors

constructor(nextLink: String? = null, value: List<FeaturesetJobResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

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

Link copied to clipboard

An array of objects of type FeaturesetJob.