Get Build Service Builder Result
data class GetBuildServiceBuilderResult(val id: String, val name: String, val properties: BuilderPropertiesResponse, val systemData: SystemDataResponse, val type: String)
KPack Builder resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: BuilderPropertiesResponse, systemData: SystemDataResponse, type: String)