DismissDecision class
A decision that has been made to dismiss an approval request.
Constructors
- DismissDecision({String? dismissTime, bool? implicit})
- DismissDecision.fromJson(Map json_)
Properties
- dismissTime ↔ String?
-
The time at which the approval request was dismissed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- implicit ↔ bool?
-
This field will be true if the ApprovalRequest was implicitly dismissed
due to inaction by the access approval approvers (the request is not acted
on by the approvers before the exiration time).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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