GetRulesetResult

data class GetRulesetResult(val description: String? = null, val rules: List<RulesetRule>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, rules: List<RulesetRule>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the Ruleset

Link copied to clipboard
val rules: List<RulesetRule>? = null

List of the data quality rules in the ruleset

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .