field_1 property

  1. @TagNumber(1)
String field_1

A path leading to a field in the request body. The value will be a sequence of dot-separated identifiers that identify a protocol buffer field. E.g., "field_violations.field" would identify this field.

Implementation

@$pb.TagNumber(1)
$core.String get field_1 => $_getSZ(0);
  1. @TagNumber(1)
void field_1=(String v)

Implementation

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