List Build Step Build Arguments Result
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
fun ListBuildStepBuildArgumentsResult(nextLink: String? = null, value: List<BuildArgumentResponse>? = null)