Information about the location of the service job.

ServiceLocation

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

Properties

address?: Address

ServiceLocation

The location of the service job.

ServiceLocation