Pre Build Step Response
data class PreBuildStepResponse(val description: String? = null, val httpGet: HttpGetResponse? = null, val scripts: List<String>? = null)
Model representing a pre-build step.
Constructors
Link copied to clipboard
constructor(description: String? = null, httpGet: HttpGetResponse? = null, scripts: List<String>? = null)