interface ExportedHostedService {
    itemId: string;
    layers: ExportedHostedLayerEntry[];
    serviceMetadataPath: string;
    serviceUrl: string;
    title: string;
}

Properties

itemId: string
serviceMetadataPath: string
serviceUrl: string
title: string