GoogleLongrunningWaitOperationRequest constructor

GoogleLongrunningWaitOperationRequest({
  1. String? timeout,
})

Implementation

GoogleLongrunningWaitOperationRequest({
  this.timeout,
});