VmImage constructor

VmImage({
  1. String? imageFamily,
  2. String? imageName,
  3. String? project,
})

Implementation

VmImage({this.imageFamily, this.imageName, this.project});