Reference

data class Reference(val components: List<Identifier>) : FieldType

A reference to a message or enum type.

Constructors

Link copied to clipboard
constructor(components: List<Identifier>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String