Information about the location of the service job.

Export

ServiceLocation

interface ServiceLocation {
    address?: Address;
    serviceLocationType?: ServiceLocationServiceLocationTypeEnum;
}

Properties

address?: Address

Memberof

ServiceLocation

The location of the service job.

Memberof

ServiceLocation