ListSkusByProjectResult

data class ListSkusByProjectResult(val nextLink: String, val value: List<DevCenterSkuResponse>)

Results of the Microsoft.DevCenter SKU list operation.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<DevCenterSkuResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL to get the next set of results if there are any.

Link copied to clipboard

Current page of results.