PreferenceSet constructor

PreferenceSet({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? name,
  5. String? updateTime,
  6. VirtualMachinePreferences? virtualMachinePreferences,
})

Implementation

PreferenceSet({
  this.createTime,
  this.description,
  this.displayName,
  this.name,
  this.updateTime,
  this.virtualMachinePreferences,
});