Chronicle v1 API - Class ListRuleExecutionErrorsResponse (1.0.0-beta06)

public sealed class ListRuleExecutionErrorsResponse : IMessage<ListRuleExecutionErrorsResponse>, IEquatable<ListRuleExecutionErrorsResponse>, IDeepCloneable<ListRuleExecutionErrorsResponse>, IBufferMessage, IMessage, IPageResponse<RuleExecutionError>, IEnumerable<RuleExecutionError>, IEnumerable

Reference documentation and code samples for the Chronicle v1 API class ListRuleExecutionErrorsResponse.

Response message for ListRuleExecutionErrors.

Inheritance

object > ListRuleExecutionErrorsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListRuleExecutionErrorsResponse()

public ListRuleExecutionErrorsResponse()

ListRuleExecutionErrorsResponse(ListRuleExecutionErrorsResponse)

public ListRuleExecutionErrorsResponse(ListRuleExecutionErrorsResponse other)
Parameter
Name Description
other ListRuleExecutionErrorsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

RuleExecutionErrors

public RepeatedField<RuleExecutionError> RuleExecutionErrors { get; }

List of rule execution errors.

Property Value
Type Description
RepeatedFieldRuleExecutionError

Methods

GetEnumerator()

public IEnumerator<RuleExecutionError> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorRuleExecutionError