|
|
|
@ -158,14 +158,14 @@
|
|
|
|
|
|
|
|
|
|
public class Transport4Sbox
|
|
|
|
|
{
|
|
|
|
|
public string type { get; set; }
|
|
|
|
|
public string? type { get; set; }
|
|
|
|
|
public List<string>? host { get; set; }
|
|
|
|
|
public string? path { get; set; }
|
|
|
|
|
public Headers4Sbox? headers { get; set; }
|
|
|
|
|
|
|
|
|
|
public string service_name { get; set; }
|
|
|
|
|
public string idle_timeout { get; set; }
|
|
|
|
|
public string ping_timeout { get; set; }
|
|
|
|
|
public string? service_name { get; set; }
|
|
|
|
|
public string? idle_timeout { get; set; }
|
|
|
|
|
public string? ping_timeout { get; set; }
|
|
|
|
|
public bool? permit_without_stream { get; set; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|