Interface DataPointSubscriptionListResponse

interface DataPointSubscriptionListResponse {
    items: DataPointSubscription[];
    nextCursor?: string;
}

Properties

Properties

nextCursor?: string