inputKey property
Required. The Input.key that identifies the input file.
Implementation
@$pb.TagNumber(2)
$core.String get inputKey => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set inputKey($core.String v) {
$_setString(1, v);
}
Required. The Input.key that identifies the input file.
@$pb.TagNumber(2)
$core.String get inputKey => $_getSZ(1);
@$pb.TagNumber(2)
set inputKey($core.String v) {
$_setString(1, v);
}