Get Build Service Build Result
data class GetBuildServiceBuildResult(val id: String, val name: String, val properties: BuildPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Build resource payload
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: BuildPropertiesResponse, systemData: SystemDataResponse, type: String)