ListConfigurationsResult

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

The list of configurations.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Link for the next set of configurations.

Link copied to clipboard

List of configurations.