Buildpack Binding Properties Response
data class BuildpackBindingPropertiesResponse(val bindingType: String? = null, val launchProperties: BuildpackBindingLaunchPropertiesResponse? = null, val provisioningState: String)
Properties of a buildpack binding
Constructors
Link copied to clipboard
constructor(bindingType: String? = null, launchProperties: BuildpackBindingLaunchPropertiesResponse? = null, provisioningState: String)