typeName

    For message and enum types, this is the name of the type. If the name starts with a ‘.’, it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).

    descriptor.pb.swift:602
    var typeName: String { get set }

    Other members in extension

    Types

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members