MaintenanceWindowIdentityForTarget constructor

MaintenanceWindowIdentityForTarget({
  1. String? name,
  2. String? windowId,
})

Implementation

MaintenanceWindowIdentityForTarget({
  this.name,
  this.windowId,
});