VmwareBundleConfig constructor

VmwareBundleConfig({
  1. ResourceStatus? status,
  2. String? version,
})

Implementation

VmwareBundleConfig({
  this.status,
  this.version,
});