ApproveDecision class

A decision that has been made to approve access to a resource.

Constructors

ApproveDecision({String? approveTime, bool? autoApproved, String? expireTime, String? invalidateTime, SignatureInfo? signatureInfo})
ApproveDecision.fromJson(Map json_)

Properties

approveTime String?
The time at which approval was granted.
getter/setter pair
autoApproved bool?
True when the request has been auto-approved.
getter/setter pair
expireTime String?
The time at which the approval expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invalidateTime String?
If set, denotes the timestamp at which the approval is invalidated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureInfo SignatureInfo?
The signature for the ApprovalRequest and details on how it was signed.
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