ReplicationRuleAndOperator class

A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter.

Constructors

ReplicationRuleAndOperator(String? prefix, Tag? tags)
ReplicationRuleAndOperator.fromXml(XmlElement? xml)

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix String?
An object key name prefix that identifies the subset of objects to which the rule applies.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Tag?
An array of tags containing key and value pairs.
getter/setter pair

Methods

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

Operators

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