InstanceReference constructor

InstanceReference({
  1. String? name,
  2. String? project,
  3. String? region,
})

Implementation

InstanceReference({
  this.name,
  this.project,
  this.region,
});