Latest generation

This commit is contained in:
ci core model
2025-11-28 10:12:29 +00:00
parent 8fd21ab338
commit 2f1fbd023c
4 changed files with 15 additions and 14 deletions

View File

@@ -222,7 +222,7 @@ class MetadataPayload extends $pb.GeneratedMessage {
@$pb.TagNumber(6)
void clearName() => $_clearField(6);
/// Type attached to the metadata, can be anything such as string, bool, enum...
/// Type attached to the metadata, should be in ["string","float","int","bool","timestamp"]
@$pb.TagNumber(7)
$core.String get type => $_getSZ(5);
@$pb.TagNumber(7)