23 lines
397 B
C#
23 lines
397 B
C#
namespace Shared.Models.SISI.Xvideos
|
|
{
|
|
public struct Related
|
|
{
|
|
public string u { get; set; }
|
|
|
|
public string i { get; set; }
|
|
|
|
public string d { get; set; }
|
|
|
|
public string @if { get; set; }
|
|
|
|
public string tf { get; set; }
|
|
|
|
|
|
public string pn { get; set; }
|
|
|
|
public string p { get; set; }
|
|
|
|
public bool ch { get; set; }
|
|
}
|
|
}
|