draftUpdate_Pre method

Future<IdentifierResponse> draftUpdate_Pre(
  1. ServiceCall $call,
  2. Future<WorkflowsRulesServiceUpdateRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> draftUpdate_Pre($grpc.ServiceCall $call,
    $async.Future<$0.WorkflowsRulesServiceUpdateRequest> $request) async {
  return draftUpdate($call, await $request);
}