Target Branch Configuration Response
data class TargetBranchConfigurationResponse(val annotateDefaultBranch: String? = null, val branchNames: List<String>? = null)
Repository branch configuration for PR Annotations.
Constructors
Link copied to clipboard
fun TargetBranchConfigurationResponse(annotateDefaultBranch: String? = null, branchNames: List<String>? = null)