OpsItemSummary constructor

OpsItemSummary({
  1. DateTime? actualEndTime,
  2. DateTime? actualStartTime,
  3. String? category,
  4. String? createdBy,
  5. DateTime? createdTime,
  6. String? lastModifiedBy,
  7. DateTime? lastModifiedTime,
  8. Map<String, OpsItemDataValue>? operationalData,
  9. String? opsItemId,
  10. String? opsItemType,
  11. DateTime? plannedEndTime,
  12. DateTime? plannedStartTime,
  13. int? priority,
  14. String? severity,
  15. String? source,
  16. OpsItemStatus? status,
  17. String? title,
})

Implementation

OpsItemSummary({
  this.actualEndTime,
  this.actualStartTime,
  this.category,
  this.createdBy,
  this.createdTime,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.operationalData,
  this.opsItemId,
  this.opsItemType,
  this.plannedEndTime,
  this.plannedStartTime,
  this.priority,
  this.severity,
  this.source,
  this.status,
  this.title,
});