interface FixedManagedService {
    id: string;
    name: string;
    resources: FixedServiceResource[];
}

Hierarchy

Properties

Properties

id: string

Unique identifier.

name: string

The service name.

resources: FixedServiceResource[]