Interface DataPointSubscriptionMembersListResponse

interface DataPointSubscriptionMembersListResponse {
    items: DataPointSubscriptionMember[];
    nextCursor?: string;
}

Properties

Properties

nextCursor?: string