Pipeline Rule Type Id
data class PipelineRuleTypeId(val category: String? = null, val owner: String? = null, val provider: String? = null, val version: String? = null)
Represents information about a rule type.
Represents information about a rule type.