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