primaryRelpath property
When the URL suggests an archive wrapping a known primary file (for example a Whisper model bundle containing encoder.onnx), this field carries the relative path inside the archive when it can be inferred. Empty otherwise.
Implementation
@$pb.TagNumber(4)
$core.String get primaryRelpath => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set primaryRelpath($core.String value) => $_setString(3, value);