public sealed class ListRuleExecutionErrorsResponse : IMessage<ListRuleExecutionErrorsResponse>, IEquatable<ListRuleExecutionErrorsResponse>, IDeepCloneable<ListRuleExecutionErrorsResponse>, IBufferMessage, IMessage, IPageResponse<RuleExecutionError>, IEnumerable<RuleExecutionError>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListRuleExecutionErrorsResponse.
Response message for ListRuleExecutionErrors.
Implements
IMessageListRuleExecutionErrorsResponse, IEquatableListRuleExecutionErrorsResponse, IDeepCloneableListRuleExecutionErrorsResponse, IBufferMessage, IMessage, IPageResponseRuleExecutionError, IEnumerableRuleExecutionError, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|