ComputeInstanceTargetEnvironment constructor

ComputeInstanceTargetEnvironment({
  1. String? project,
  2. bool? useProjectServiceAccount,
  3. String? zone,
})

Implementation

ComputeInstanceTargetEnvironment({
  this.project,
  this.useProjectServiceAccount,
  this.zone,
});