namespace Shared.Models.ServerProxy
{
public class HlsCachePattern
{
///
/// match
/// replace
///
public string type { get; set; }
///
/// match[index]
///
public int index { get; set; }
public string pattern { get; set; }
public string replacement { get; set; }
}
}