StartDetectMitigationActionsTaskResponse.fromJson constructor
Implementation
factory StartDetectMitigationActionsTaskResponse.fromJson(
Map<String, dynamic> json) {
return StartDetectMitigationActionsTaskResponse(
taskId: json['taskId'] as String?,
);
}