ProjectsApprovalRequestsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
approve(ApproveApprovalRequestMessage request, String name, {String? $fields})
→ Future<ApprovalRequest>
-
Approves a request and returns the updated ApprovalRequest.
-
dismiss(DismissApprovalRequestMessage request, String name, {String? $fields})
→ Future<ApprovalRequest>
-
Dismisses a request.
-
get(String name, {String? $fields})
→ Future<ApprovalRequest>
-
Gets an approval request.
-
invalidate(InvalidateApprovalRequestMessage request, String name, {String? $fields})
→ Future<ApprovalRequest>
-
Invalidates an existing ApprovalRequest.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListApprovalRequestsResponse>
-
Lists approval requests associated with a project, folder, or
organization.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited