README
@sap/cloud-sdk-op-vdm-segmentation-structure-service
This package contains the OData VDM for the Segmentation Structure Service.
Usage Example
import { SegmentationStrategy } from '@sap/cloud-sdk-op-vdm-segmentation-structure-service';
const resultPromise = SegmentationStrategy.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });