Interface LocationLevelConstituent

Export

LocationLevelConstituent

interface LocationLevelConstituent {
    abbr?: string;
    attributeId?: string;
    attributeUnits?: string;
    attributeValue?: number;
    constituentList?: string[];
    name?: string;
    type?: string;
}

Hierarchy (view full)

  • RATING
    • LocationLevelConstituent

Properties

abbr?: string

Memberof

RATING

attributeId?: string

Memberof

LocationLevelConstituent

attributeUnits?: string

Memberof

LocationLevelConstituent

attributeValue?: number

Memberof

LocationLevelConstituent

constituentList?: string[]

Memberof

RATING

name?: string

Memberof

RATING

type?: string

Memberof

RATING