method property

  1. @TagNumber.new(2)
TimestampFilterMethod get method

Defines the condition (e.g., equals, before, after) that the timestamp of the retrieved resources should match.

Implementation

@$pb.TagNumber(2)
TimestampFilterMethod get method => $_getN(1);
  1. @TagNumber.new(2)
set method (TimestampFilterMethod value)

Implementation

@$pb.TagNumber(2)
set method(TimestampFilterMethod value) => $_setField(2, value);