VmImage constructor

VmImage({
  1. String? family,
  2. String? name,
  3. String? project,
})

Implementation

VmImage({
  this.family,
  this.name,
  this.project,
});