RulesetSourceArgs

data class RulesetSourceArgs(val files: Output<List<RulesetSourceFileArgs>>, val language: Output<String>? = null) : ConvertibleToJava<RulesetSourceArgs>

Constructors

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

Properties

Link copied to clipboard

File set constituting the Source bundle.

Link copied to clipboard
val language: Output<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

Functions

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