modelId property
Echo of the model id the caller requested — so JS/Swift/Kotlin can store it next to the handle without re-parsing the request.
Implementation
@$pb.TagNumber(2)
$core.String get modelId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set modelId($core.String value) => $_setString(1, value);