Class FirmwareInfoResponse
public record FirmwareInfoResponse : IEquatable<FirmwareInfoResponse>
- Inheritance
-
FirmwareInfoResponse
- Implements
- Inherited Members
Constructors
FirmwareInfoResponse(string, string?, Uri?, Uri?)
public FirmwareInfoResponse(string Version, string? Smartbase_Version, Uri? Url, Uri? Url_Hpk)
Parameters
Properties
Smartbase_Version
public string? Smartbase_Version { get; init; }
Property Value
Url
public Uri? Url { get; init; }
Property Value
Url_Hpk
public Uri? Url_Hpk { get; init; }
Property Value
Version
public string Version { get; init; }