BuildResponse

data class BuildResponse(val commitId: String, val commitTime: String, val repo: String)

Build information of the Instance if it's in ACTIVE state.

Constructors

Link copied to clipboard
fun BuildResponse(commitId: String, commitTime: String, repo: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Commit ID of the latest commit in the build.

Link copied to clipboard

Commit time of the latest commit in the build.

Link copied to clipboard

Path of the open source repository: github.com/apigee/registry.