PushConfig class Null safety
Configuration for a push delivery endpoint.
Constructors
-
PushConfig({Map<
String, String> ? attributes, OidcToken? oidcToken, String? pushEndpoint}) - PushConfig.fromJson(Map json_)
Properties
-
attributes
↔ Map<
String, String> ? -
Endpoint configuration attributes that can be used to control different
aspects of the message delivery.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- oidcToken ↔ OidcToken?
-
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
Authorization
header in the HTTP request for every pushed message.read / write - pushEndpoint ↔ String?
-
A URL locating the endpoint to which messages should be pushed.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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