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

Properties of a ListFunctionsRequest.

Package

@google-cloud/functions!

Properties

pageSize

pageSize?: (number|null);

ListFunctionsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListFunctionsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListFunctionsRequest parent

Property Value
TypeDescription
(string|null)