RulesetSource

data class RulesetSource(val files: List<RulesetSourceFile>, val language: String? = null)

Constructors

Link copied to clipboard
constructor(files: List<RulesetSourceFile>, language: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

File set constituting the Source bundle.

Link copied to clipboard
val language: String? = null

Language of the Source bundle. If unspecified, the language will default to FIREBASE_RULES. Possible values: LANGUAGE_UNSPECIFIED, FIREBASE_RULES, EVENT_FLOW_TRIGGERS