dateGranularity property
Granularity of dates, normally represented in units of milliseconds since the 1970 epoch.
Implementation
@$pb.TagNumber(18)
$core.int get dateGranularity => $_getI(3, 1000);
Implementation
@$pb.TagNumber(18)
set dateGranularity($core.int v) { $_setSignedInt32(3, v); }