Freigeben über


TriggerRunsQueryResponse Class

Definition

A list of trigger runs.

public class TriggerRunsQueryResponse
type TriggerRunsQueryResponse = class
Public Class TriggerRunsQueryResponse
Inheritance
TriggerRunsQueryResponse

Constructors

Name Description
TriggerRunsQueryResponse()

Initializes a new instance of the TriggerRunsQueryResponse class.

TriggerRunsQueryResponse(IList<TriggerRun>, String)

Initializes a new instance of the TriggerRunsQueryResponse class.

Properties

Name Description
ContinuationToken

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

Value

Gets or sets list of trigger runs.

Methods

Name Description
Validate()

Validate the object.

Applies to