interface ListTriggersResponse {
    totalCount: number;
    triggers: Function.v1beta1.Trigger[];
}

Properties

Properties

totalCount: number

Total count of existing triggers (matching any filters specified).

Triggers on this page.