EventSubscription class
represents the Connector's EventSubscription resource
Constructors
-
EventSubscription({String? createTime, EventSubscriptionDestination? destinations, String? eventTypeId, JMS? jms, String? name, EventSubscriptionStatus? status, String? subscriber, String? subscriberLink, List<
ConfigVariable> ? triggerConfigVariables, String? updateTime}) - EventSubscription.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Created time.
getter/setter pair
- destinations ↔ EventSubscriptionDestination?
-
The destination to hit when we receive an event
getter/setter pair
- eventTypeId ↔ String?
-
Event type id of the event of current EventSubscription.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jms ↔ JMS?
-
JMS is the source for the event listener.
getter/setter pair
- name ↔ String?
-
Resource name of the EventSubscription.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ EventSubscriptionStatus?
-
Status indicates the status of the event subscription resource
getter/setter pair
- subscriber ↔ String?
-
name of the Subscriber for the current EventSubscription.
getter/setter pair
- subscriberLink ↔ String?
-
Link for Subscriber of the current EventSubscription.
getter/setter pair
-
triggerConfigVariables
↔ List<
ConfigVariable> ? -
Configuration for configuring the trigger
getter/setter pair
- updateTime ↔ String?
-
Updated time.
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