[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[],null,["# analytics.ExportBundleInfo class\n\nInterface representing the bundle these events were uploaded to.\n\n**Signature:** \n\n export declare class ExportBundleInfo \n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|----------------------------------------------------------------------------------------------------------------------|-----------|-----------------------------------------------------------|\n| [(constructor)(wireFormat)](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfoconstructor) | | Constructs a new instance of the `ExportBundleInfo` class |\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------------------------------------------------------------------|-----------|--------|-----------------------------------------------------------------------------|\n| [bundleSequenceId](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfobundlesequenceid) | | number | Monotonically increasing index for each bundle set by the Analytics SDK. |\n| [serverTimestampOffset](./firebase-functions.analytics.exportbundleinfo.md#analyticsexportbundleinfoservertimestampoffset) | | number | Timestamp offset (in milliseconds) between collection time and upload time. |\n\nanalytics.ExportBundleInfo.(constructor)\n----------------------------------------\n\nConstructs a new instance of the `ExportBundleInfo` class\n\n**Signature:** \n\n constructor(wireFormat: any);\n\n### Parameters\n\n| Parameter | Type | Description |\n|------------|------|-------------|\n| wireFormat | any | |\n\nanalytics.ExportBundleInfo.bundleSequenceId\n-------------------------------------------\n\nMonotonically increasing index for each bundle set by the Analytics SDK.\n\n**Signature:** \n\n bundleSequenceId: number;\n\nanalytics.ExportBundleInfo.serverTimestampOffset\n------------------------------------------------\n\nTimestamp offset (in milliseconds) between collection time and upload time.\n\n**Signature:** \n\n serverTimestampOffset: number;"]]