$WebhookInfoInterface class sealed
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
-
authData
→ BuiltMap<
String, JsonObject> ? -
no setter
- authMethod → String
-
no setter
- event → String?
-
no setter
-
eventFilter
→ BuiltMap<
String, JsonObject> ? -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ BuiltMap<
String, String> ? -
no setter
- httpMethod → String
-
no setter
- id → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → String
-
no setter
- userId → String
-
no setter
- userIdFilter → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($WebhookInfoInterfaceBuilder)) → $WebhookInfoInterface - Rebuilds the instance.
-
toBuilder(
) → $WebhookInfoInterfaceBuilder - Converts the instance to a builder $WebhookInfoInterfaceBuilder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited