GetChunkGroupCountRequest: {
    group_id?: string | null;
    group_tracking_id?: string | null;
}

Type declaration

  • Optionalgroup_id?: string | null

    The Id of the group to get the count for, is not required if group_tracking_id is provided.

  • Optionalgroup_tracking_id?: string | null

    The tracking id of the group to get the count for, is not required if group_id is provided.