EventTrigger class
Describes EventTrigger, used to request events be sent from another service.
Constructors
- EventTrigger({String? eventType, FailurePolicy? failurePolicy, String? resource, String? service})
- EventTrigger.fromJson(Map _json)
Properties
- eventType ↔ String?
-
The type of event to observe.
getter/setter pair
- failurePolicy ↔ FailurePolicy?
-
Specifies policy for failed executions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
The resource(s) from which to observe events, for example,
projects/_/buckets/myBucket
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service ↔ String?
-
The hostname of the service that should be observed.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited