RulesetMetadata class

Required metadata associated with a ruleset.

Implementers

Properties

createTime → String
Creation time of the Ruleset as a UTC timestamp string.
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
Name of the Ruleset as a short string. This can be directly passed into APIs like SecurityRules.getRuleset and SecurityRules.deleteRuleset.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited