traceState property
The trace_state associated with the link.
Implementation
@$pb.TagNumber(3)
$core.String get traceState => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set traceState($core.String v) {
$_setString(2, v);
}
The trace_state associated with the link.
@$pb.TagNumber(3)
$core.String get traceState => $_getSZ(2);
@$pb.TagNumber(3)
set traceState($core.String v) {
$_setString(2, v);
}