interface NetworkGroupDataTypeOptions {
    networkPaths?: null | EndpointUrlListDataTypeOptions[];
    serverUri?: UAString;
}

Properties

networkPaths?: null | EndpointUrlListDataTypeOptions[]
serverUri?: UAString