ListVersionsResult interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing a list of Remote Config template versions.
Signature:
export interface ListVersionsResult
Properties
Property |
Type |
Description |
nextPageToken |
string |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
versions |
Version[] |
A list of version metadata objects, sorted in reverse chronological order. |
ListVersionsResult.nextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Signature:
nextPageToken?: string;
ListVersionsResult.versions
A list of version metadata objects, sorted in reverse chronological order.
Signature:
versions: Version[];
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["# ListVersionsResult interface\n\nInterface representing a list of Remote Config template versions.\n\n**Signature:** \n\n export interface ListVersionsResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| [nextPageToken](./firebase-admin.remote-config.listversionsresult.md#listversionsresultnextpagetoken) | string | Token to retrieve the next page of results, or empty if there are no more results in the list. |\n| [versions](./firebase-admin.remote-config.listversionsresult.md#listversionsresultversions) | [Version](./firebase-admin.remote-config.version.md#version_interface)\\[\\] | A list of version metadata objects, sorted in reverse chronological order. |\n\nListVersionsResult.nextPageToken\n--------------------------------\n\nToken to retrieve the next page of results, or empty if there are no more results in the list.\n\n**Signature:** \n\n nextPageToken?: string;\n\nListVersionsResult.versions\n---------------------------\n\nA list of version metadata objects, sorted in reverse chronological order.\n\n**Signature:** \n\n versions: Version[];"]]