Actionable Remediation Response
data class ActionableRemediationResponse(val branchConfiguration: TargetBranchConfigurationResponse? = null, val categoryConfigurations: List<CategoryConfigurationResponse>? = null, val inheritFromParentState: String? = null, val state: String? = null)
Configuration payload for PR Annotations.
Constructors
Link copied to clipboard
fun ActionableRemediationResponse(branchConfiguration: TargetBranchConfigurationResponse? = null, categoryConfigurations: List<CategoryConfigurationResponse>? = null, inheritFromParentState: String? = null, state: String? = null)