ListBuildStepBuildArgumentsResult

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

The list of build arguments for a build step.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The URI that can be used to request the next set of paged results.

Link copied to clipboard

The collection value.