Subscription class
Metadata about a subscription resource.
Constructors
- Subscription({DeliveryConfig? deliveryConfig, ExportConfig? exportConfig, String? name, String? topic})
- Subscription.fromJson(Map json_)
Properties
- deliveryConfig ↔ DeliveryConfig?
-
The settings for this subscription's message delivery.
getter/setter pair
- exportConfig ↔ ExportConfig?
-
If present, messages are automatically written from the Pub/Sub Lite topic
associated with this subscription to a destination.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name of the subscription.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topic ↔ String?
-
The name of the topic this subscription is attached to.
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