interface CodedValueJson {
    code: string | number;
    name: string;
}

Properties

Properties

code: string | number

Value indicating which unique code is used to identify the feature attribute.

name: string

The human-readable name for the coded value.