GetBuildStepResult

data class GetBuildStepResult(val id: String, val name: String, val properties: DockerBuildStepResponse, val type: String)

Build step resource properties

Constructors

Link copied to clipboard
fun GetBuildStepResult(id: String, name: String, properties: DockerBuildStepResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The properties of a build step.

Link copied to clipboard

The type of the resource.