Scheduled Release Record Response
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.
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. ////