factory DeleteWorkflowResponse.fromJson(Map<String, dynamic> json) { return DeleteWorkflowResponse( name: json['Name'] as String?, ); }