Interface DataPointSubscriptionMembersListQuery

Cursor for paging through results

interface DataPointSubscriptionMembersListQuery {
    cursor?: string;
    externalId: string;
    limit?: number;
}

Hierarchy (view full)

  • Cursor
    • DataPointSubscriptionMembersListQuery

Properties

cursor?: string
externalId: string
limit?: number