TriggerQueryResponse interface

A query of triggers.

Properties

continuationToken

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

value

List of triggers.

Property Details

continuationToken

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

continuationToken?: string

Property Value

string

value

List of triggers.

value: TriggerResource[]

Property Value