OSImage constructor

OSImage({
  1. List<String>? applicableInstanceTypes,
  2. String? code,
  3. String? description,
  4. String? name,
  5. List<String>? supportedNetworkTemplates,
})

Implementation

OSImage({
  this.applicableInstanceTypes,
  this.code,
  this.description,
  this.name,
  this.supportedNetworkTemplates,
});