GoogleLongrunningOperation constructor

GoogleLongrunningOperation({
  1. bool? done,
  2. GoogleRpcStatus? error,
  3. String? kind,
  4. Map<String, Object?>? metadata,
  5. String? name,
  6. Map<String, Object?>? response,
  7. String? selfLink,
})

Implementation

GoogleLongrunningOperation({
  this.done,
  this.error,
  this.kind,
  this.metadata,
  this.name,
  this.response,
  this.selfLink,
});