InventoryWindowsUpdatePackage constructor

InventoryWindowsUpdatePackage({
  1. List<InventoryWindowsUpdatePackageWindowsUpdateCategory>? categories,
  2. String? description,
  3. List<String>? kbArticleIds,
  4. String? lastDeploymentChangeTime,
  5. List<String>? moreInfoUrls,
  6. int? revisionNumber,
  7. String? supportUrl,
  8. String? title,
  9. String? updateId,
})

Implementation

InventoryWindowsUpdatePackage({
  this.categories,
  this.description,
  this.kbArticleIds,
  this.lastDeploymentChangeTime,
  this.moreInfoUrls,
  this.revisionNumber,
  this.supportUrl,
  this.title,
  this.updateId,
});