Interface protos.google.cloud.functions.v1.IListFunctionsResponse (1.1.9)

Properties of a ListFunctionsResponse.

Package

@google-cloud/functions!

Properties

functions

functions?: (google.cloud.functions.v1.ICloudFunction[]|null);

ListFunctionsResponse functions

Property Value
TypeDescription
(google.cloud.functions.v1.ICloudFunction[]|null)

nextPageToken

nextPageToken?: (string|null);

ListFunctionsResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

ListFunctionsResponse unreachable

Property Value
TypeDescription
(string[]|null)