updateSMTPConfigPassword method

ResponseFuture<UpdateSMTPConfigPasswordResponse> updateSMTPConfigPassword(
  1. UpdateSMTPConfigPasswordRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateSMTPConfigPasswordResponse>
    updateSMTPConfigPassword($2.UpdateSMTPConfigPasswordRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateSMTPConfigPassword, request,
      options: options);
}