OpsItem constructor
OpsItem({
- DateTime? actualEndTime,
- DateTime? actualStartTime,
- String? category,
- String? createdBy,
- DateTime? createdTime,
- String? description,
- String? lastModifiedBy,
- DateTime? lastModifiedTime,
- List<
OpsItemNotification> ? notifications, - Map<
String, OpsItemDataValue> ? operationalData, - String? opsItemId,
- String? opsItemType,
- DateTime? plannedEndTime,
- DateTime? plannedStartTime,
- int? priority,
- String? severity,
- String? source,
- OpsItemStatus? status,
- String? title,
- String? version,
Implementation
OpsItem({
this.actualEndTime,
this.actualStartTime,
this.category,
this.createdBy,
this.createdTime,
this.description,
this.lastModifiedBy,
this.lastModifiedTime,
this.notifications,
this.operationalData,
this.opsItemId,
this.opsItemType,
this.plannedEndTime,
this.plannedStartTime,
this.priority,
this.relatedOpsItems,
this.severity,
this.source,
this.status,
this.title,
this.version,
});