Describes a oneof.

interface OneofDescriptorProto {
    name: string;
    options?: OneofOptions;
}

Properties

Properties

name: string
options?: OneofOptions