Variable ServerDescription.lastWriteDate
struct ServerDescription
{
// ...
std .typecons .Nullable!(vibe.data.bson.BsonDate) lastWriteDate
;
// ...
}