Class GetVersionCommandResponse
Response for GetVersion
public sealed class GetVersionCommandResponse : ICommandResponse<GetVersionCommandSettings>, ICommandResponse
- Inheritance
-
GetVersionCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
JsVersion
Gets or sets the jsVersion
[JsonPropertyName("jsVersion")]
public string JsVersion { get; set; }
Property Value
Product
Gets or sets the product
[JsonPropertyName("product")]
public string Product { get; set; }
Property Value
ProtocolVersion
Gets or sets the protocolVersion
[JsonPropertyName("protocolVersion")]
public string ProtocolVersion { get; set; }
Property Value
Revision
Gets or sets the revision
[JsonPropertyName("revision")]
public string Revision { get; set; }
Property Value
UserAgent
Gets or sets the userAgent
[JsonPropertyName("userAgent")]
public string UserAgent { get; set; }