TransactionEventViolation class abstract

TransactionEventViolation

Properties:

  • reason - An explanation about why the transaction rule failed.
  • transactionRule - Contains information about the transaction rule.
  • transactionRuleSource - Contains information about the resource to which the transaction rule applies.
Annotations
  • @BuiltValue.new()

Constructors

TransactionEventViolation([void updates(TransactionEventViolationBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
reason String?
An explanation about why the transaction rule failed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionRule TransactionRuleReference?
Contains information about the transaction rule.
no setter
transactionRuleSource TransactionRuleSource?
Contains information about the resource to which the transaction rule applies.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransactionEventViolationBuilder)) TransactionEventViolation
Rebuilds the instance.
inherited
toBuilder() TransactionEventViolationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TransactionEventViolation>
no setter