interface ListFunctionsResponse {
    functions: Function.v1beta1.Function[];
    totalCount: number;
}

Properties

Array of functions.

totalCount: number

Total number of functions.