interface ListNamespacesResponse {
    namespaces: Function.v1beta1.Namespace[];
    totalCount: number;
}

Properties

namespaces: Function.v1beta1.Namespace[]
totalCount: number

Total number of namespaces.