entityId property
The entityID to search for. The search is performed as an exact match.
Implementation
@$pb.TagNumber(1)
$core.String get entityId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set entityId($core.String value) => $_setString(0, value);