inputs property

  1. @TagNumber.new(2)
PbList<Input> get inputs

The inputs that the worker is allowed to read during execution of this request.

Implementation

@$pb.TagNumber(2)
$pb.PbList<Input> get inputs => $_getList(1);