Buildpacks Group Properties Response
data class BuildpacksGroupPropertiesResponse(val buildpacks: List<BuildpackPropertiesResponse>? = null, val name: String? = null)
Buildpack group properties of the Builder
Constructors
Link copied to clipboard
fun BuildpacksGroupPropertiesResponse(buildpacks: List<BuildpackPropertiesResponse>? = null, name: String? = null)