Package version:

Interface TriggerQueryResponse

A query of triggers.

interface TriggerQueryResponse {
    continuationToken?: string;
    value: TriggerResource[];
}

Properties

continuationToken?: string

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

List of triggers.