TriggerPubsubExecutionRequest class
Request for the TriggerPubsubExecution method.
Constructors
- TriggerPubsubExecutionRequest({String? GCPCloudEventsMode, int? deliveryAttempt, PubsubMessage? message, String? subscription})
- TriggerPubsubExecutionRequest.fromJson(Map json_)
Properties
- deliveryAttempt ↔ int?
-
The number of attempts that have been made to deliver this message.
getter/setter pair
- GCPCloudEventsMode ↔ String?
-
LINT: LEGACY_NAMES The query parameter value for __GCP_CloudEventsMode,
set by the Eventarc service when configuring triggers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ PubsubMessage?
-
The message of the Pub/Sub push notification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription ↔ String?
-
The subscription of the Pub/Sub push notification.
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