method property
The method of comparison to use for the creation date. This defines whether to search for sessions created before, after, or exactly at the specified date.
Implementation
@$pb.TagNumber(2)
$1.TimestampQueryMethod get method => $_getN(1);
Implementation
@$pb.TagNumber(2)
set method($1.TimestampQueryMethod value) => $_setField(2, value);