BuildResultUserSourceInfoArgs

data class BuildResultUserSourceInfoArgs(val buildResultId: Output<String>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<BuildResultUserSourceInfoArgs>

Reference to a build result

Constructors

Link copied to clipboard
constructor(buildResultId: Output<String>? = null, type: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val buildResultId: Output<String>? = null

Resource id of an existing succeeded build result under the same Spring instance.

Link copied to clipboard
val type: Output<String>

Type of the source uploaded Expected value is 'BuildResult'.

Link copied to clipboard
val version: Output<String>? = null

Version of the source

Functions

Link copied to clipboard
open override fun toJava(): BuildResultUserSourceInfoArgs