TypeRefEnum

class TypeRefEnum(    val isList: Boolean,     val namespace: FieldNamespace?,     val type: ObjectOrString<SchemaEnum>) : TypeRef, TypeRef.FieldRefAllowType<TypeRef.TypeRefEnum>

Constructors

Link copied to clipboard
constructor(isList: Boolean, namespace: FieldNamespace?, type: ObjectOrString<SchemaEnum>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val self: TypeRef.TypeRefEnum
Link copied to clipboard