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

Properties

functions: Function[]

Array of functions.

totalCount: number

Total number of functions.