This commit is contained in:
11
CinemaLib/API/FilterResponse.cs
Normal file
11
CinemaLib/API/FilterResponse.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace CinemaLib.API;
|
||||
|
||||
public class FilterResponse
|
||||
{
|
||||
public int took { get; set; }
|
||||
public bool timed_out { get; set; }
|
||||
public ShardsInfo? _shards { get; set; }
|
||||
public FilterHits? hits { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user