TriggerRunsQueryResponse Class

Definition

A list of trigger runs.

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

Constructors

TriggerRunsQueryResponse()

Initializes a new instance of the TriggerRunsQueryResponse class.

TriggerRunsQueryResponse(IList<TriggerRun>, String)

Initializes a new instance of the TriggerRunsQueryResponse class.

Properties

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

Validate()

Validate the object.

Applies to