GoodMem
ReferenceClient SDKs.NETModels

SystemInfoResponse Model

SystemInfoResponse Model documentation for .NET SDK

Properties

NameTypeDescriptionNotes
VarVersionstringSemantic version string advertised by the running server.[optional]
MajorintMajor version component parsed from the advertised semantic version.
MinorintMinor version component parsed from the advertised semantic version.
PatchintPatch version component parsed from the advertised semantic version.
DirtyboolWhether the running build reports uncommitted workspace changes.
GitCommitstringGit commit SHA baked into the build, when available.[optional]
GitDescribestringGit describe output baked into the build, when available.[optional]
BuildTimeDateTimeBuild timestamp recorded for this server binary, when available.[optional]
CapabilitiesDictionary<string, string>Optional capability flags or metadata advertised by the running server.[optional]

On this page