ImportInstanceRequest constructor

ImportInstanceRequest({
  1. String? gcsUri,
})

Implementation

ImportInstanceRequest({
  this.gcsUri,
});