[[["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-07-29 UTC."],[],[],null,["# ListVersionsOptions interface\n\nInterface representing options for Remote Config list versions operation.\n\n**Signature:** \n\n export interface ListVersionsOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [endTime](./firebase-admin.remote-config.listversionsoptions.md#listversionsoptionsendtime) | Date \\| string | Specifies the latest update time to include in the results. Any entries updated on or after this time are omitted. |\n| [endVersionNumber](./firebase-admin.remote-config.listversionsoptions.md#listversionsoptionsendversionnumber) | string \\| number | Specifies the newest version number to include in the results. If specified, must be greater than zero. Defaults to the newest version. |\n| [pageSize](./firebase-admin.remote-config.listversionsoptions.md#listversionsoptionspagesize) | number | The maximum number of items to return per page. |\n| [pageToken](./firebase-admin.remote-config.listversionsoptions.md#listversionsoptionspagetoken) | string | The `nextPageToken` value returned from a previous list versions request, if any. |\n| [startTime](./firebase-admin.remote-config.listversionsoptions.md#listversionsoptionsstarttime) | Date \\| string | Specifies the earliest update time to include in the results. Any entries updated before this time are omitted. |\n\nListVersionsOptions.endTime\n---------------------------\n\nSpecifies the latest update time to include in the results. Any entries updated on or after this time are omitted.\n\n**Signature:** \n\n endTime?: Date | string;\n\nListVersionsOptions.endVersionNumber\n------------------------------------\n\nSpecifies the newest version number to include in the results. If specified, must be greater than zero. Defaults to the newest version.\n\n**Signature:** \n\n endVersionNumber?: string | number;\n\nListVersionsOptions.pageSize\n----------------------------\n\nThe maximum number of items to return per page.\n\n**Signature:** \n\n pageSize?: number;\n\nListVersionsOptions.pageToken\n-----------------------------\n\nThe `nextPageToken` value returned from a previous list versions request, if any.\n\n**Signature:** \n\n pageToken?: string;\n\nListVersionsOptions.startTime\n-----------------------------\n\nSpecifies the earliest update time to include in the results. Any entries updated before this time are omitted.\n\n**Signature:** \n\n startTime?: Date | string;"]]