Chronicle v1 API - Class ListFindingsRefinementsResponse (1.0.0-beta07)

public sealed class ListFindingsRefinementsResponse : IMessage<ListFindingsRefinementsResponse>, IEquatable<ListFindingsRefinementsResponse>, IDeepCloneable<ListFindingsRefinementsResponse>, IBufferMessage, IMessage, IPageResponse<FindingsRefinement>, IEnumerable<FindingsRefinement>, IEnumerable

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

Response message for ListFindingsRefinements method.

Inheritance

object > ListFindingsRefinementsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListFindingsRefinementsResponse()

public ListFindingsRefinementsResponse()

ListFindingsRefinementsResponse(ListFindingsRefinementsResponse)

public ListFindingsRefinementsResponse(ListFindingsRefinementsResponse other)
Parameter
Name Description
other ListFindingsRefinementsResponse

Properties

FindingsRefinements

public RepeatedField<FindingsRefinement> FindingsRefinements { get; }

List of findings refinements.

Property Value
Type Description
RepeatedFieldFindingsRefinement

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

Methods

GetEnumerator()

public IEnumerator<FindingsRefinement> GetEnumerator()

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

Returns
Type Description
IEnumeratorFindingsRefinement