undeleteRole method
Undeletes a custom google.iam.admin.v1.Role.
Implementation
$grpc.ResponseFuture<$0.Role> undeleteRole(
$0.UndeleteRoleRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$undeleteRole, request, options: options);
}