Interface DataCollectionUpdateSubscriptionResponse

interface DataCollectionUpdateSubscriptionResponse {
    pullIntervalSeconds?: number;
    cursor?: string;
}

Hierarchy

Properties

pullIntervalSeconds?: number
cursor?: string