Service Selection Criteria.

ServiceSelection

interface ServiceSelection {
    serviceId: string[];
}

Properties

Properties

serviceId: string[]

A list of ServiceId.

ServiceSelection