GetRulesetPlainArgs

data class GetRulesetPlainArgs(val project: String? = null, val rulesetId: String) : ConvertibleToJava<GetRulesetPlainArgs>

Constructors

Link copied to clipboard
fun GetRulesetPlainArgs(project: String? = null, rulesetId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetRulesetPlainArgs

Properties

Link copied to clipboard
val project: String? = null
Link copied to clipboard