EventingRuntimeData class
Eventing runtime data has the details related to eventing managed by the system.
Constructors
- EventingRuntimeData({String? eventsListenerEndpoint, String? eventsListenerPscSa, EventingStatus? status, WebhookData? webhookData})
- EventingRuntimeData.fromJson(Map json_)
Properties
- eventsListenerEndpoint ↔ String?
-
Events listener endpoint.
getter/setter pair
- eventsListenerPscSa ↔ String?
-
Events listener PSC Service attachment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ EventingStatus?
-
Current status of eventing.
getter/setter pair
- webhookData ↔ WebhookData?
-
Webhook data.
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