SetPassUpdateNoticeRequest class

Request to send a private pass update notice information to Google, so that devices can then fetch the notice prompting the user to update a pass.

Constructors

SetPassUpdateNoticeRequest({String? externalPassId, String? updateUri, String? updatedPassJwtSignature})
SetPassUpdateNoticeRequest.fromJson(Map json_)

Properties

externalPassId ↔ String?
A fully qualified identifier of the pass that the issuer wants to notify the pass holder(s) about.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
updatedPassJwtSignature ↔ String?
The JWT signature of the updated pass that the issuer wants to notify Google about.
getter/setter pair
updateUri ↔ String?
The issuer endpoint URI the pass holder needs to follow in order to receive an updated pass JWT.
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