PublishResponse class

Constructors

PublishResponse({required String? scheduleId, required String? messageId})
PublishResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isScheduled bool
Return true when response is scheduled. (the PublishRequest provides cron parameter]
no setter
messageId String?
The message id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleId String?
The schedule id, only has value when PublishRequest has cron parameter
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited