interface fiShared {
    jsonName: string;
    localName: string;
    name: string;
    no: number;
    oneof?: OneofInfo;
}

Hierarchy

Properties

jsonName: string

The name for JSON serialization / deserialization.

localName: string

The name of the field as used in generated code.

name: string

The original name of the .proto field.

no: number

The field number of the .proto field.

oneof?: OneofInfo

The oneof group, if this field belongs to one.

Generated using TypeDoc