handleId property
Stable, opaque identifier minted by the core for this solution instance. Used as the lookup key for lifecycle calls.
Implementation
@$pb.TagNumber(1)
$core.String get handleId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set handleId($core.String value) => $_setString(0, value);