ArchTypeInfo

Returned by served/listArchTypes if request was sent with withMeaning: true request parameter.

@serdeIgnoreUnexpectedKeys
struct ArchTypeInfo {}

Members

Variables

label
string label;

If not null, show this string in the UI rather than value.

value
string value;

The value to use with a switchArchType call / the value DUB uses.

Meta