Interface IAboutResponse
Ответ о программе.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AboutResponse))]
public interface IAboutResponse
Properties
ProductVersion
Версия продукта.
string ProductVersion { get; set; }
Property Value
ServerVersion
Версия сервера.
string ServerVersion { get; set; }
Property Value
StorageVersion
Версия хранилища.
string StorageVersion { get; set; }
Property Value
WebServerVersion
Версия веб сервера.
string WebServerVersion { get; set; }