interface EUInformationOptions {
    description?: null | LocalizedTextLike;
    displayName?: null | LocalizedTextLike;
    namespaceUri?: UAString;
    unitId?: number;
}

Properties

description?: null | LocalizedTextLike
displayName?: null | LocalizedTextLike
namespaceUri?: UAString
unitId?: number