Problem constructor
Problem({
- String? affectedResource,
- DateTime? endTime,
- Map<
FeedbackKey, FeedbackValue> ? feedback, - String? id,
- String? insights,
- String? resourceGroupName,
- SeverityLevel? severityLevel,
- DateTime? startTime,
- Status? status,
- String? title,
Implementation
Problem({
this.affectedResource,
this.endTime,
this.feedback,
this.id,
this.insights,
this.resourceGroupName,
this.severityLevel,
this.startTime,
this.status,
this.title,
});