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