Approval class

Returns information about a specific approval on a pull request.

Constructors

Approval({ApprovalState? approvalState, String? userArn})
Approval.fromJson(Map<String, dynamic> json)
factory

Properties

approvalState ApprovalState?
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userArn String?
The Amazon Resource Name (ARN) of the user.
final

Methods

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

Operators

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