inputKey property

  1. @TagNumber.new(2)
String get inputKey

Required. The Input.key that identifies the input file.

Implementation

@$pb.TagNumber(2)
$core.String get inputKey => $_getSZ(1);
  1. @TagNumber.new(2)
set inputKey (String v)

Implementation

@$pb.TagNumber(2)
set inputKey($core.String v) { $_setString(1, v); }