ScheduledReleaseRecordResponse

data class ScheduledReleaseRecordResponse(val compilationResult: String, val errorStatus: StatusResponse, val releaseTime: String)

A record of an attempt to create a compilation result for this release config.

Constructors

Link copied to clipboard
fun ScheduledReleaseRecordResponse(compilationResult: String, errorStatus: StatusResponse, releaseTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.

Link copied to clipboard

The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.

Link copied to clipboard

The timestamp of this release attempt. ////