field_1 property
The field that contains values which monotonically increases over time (e.g. a timestamp column).
Implementation
@$pb.TagNumber(1)
$core.String get field_1 => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set field_1($core.String v) { $_setString(0, v); }