interface ListFunctionRuntimesResponse {
    runtimes: Function.v1beta1.Runtime[];
    totalCount: number;
}

Properties

Properties

Array of runtimes available.

totalCount: number

Total number of runtimes.