ListResult
Defined in: types.ts:509
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage
Properties
Section titled “Properties”nextPageToken
Section titled “nextPageToken”nextPageToken:
string
Defined in: types.ts:517
An opaque page token for fetching the next page. Empty string when there are no more results.
results
Section titled “results”results:
MessageShape<Desc>[]
Defined in: types.ts:511
The page of results.
totalSize?
Section titled “totalSize?”
optionaltotalSize?:number
Defined in: types.ts:523
Total number of matching resources (before pagination). Only
present when showTotalSize was set to true.