public sealed class ListFindingSummariesResponse : IMessage<ListFindingSummariesResponse>, IEquatable<ListFindingSummariesResponse>, IDeepCloneable<ListFindingSummariesResponse>, IBufferMessage, IMessage, IPageResponse<FindingSummary>, IEnumerable<FindingSummary>, IEnumerableReference documentation and code samples for the Cloud Security Compliance v1 API class ListFindingSummariesResponse.
The response message for [ListFindingSummaries][].
Implements
IMessageListFindingSummariesResponse, IEquatableListFindingSummariesResponse, IDeepCloneableListFindingSummariesResponse, IBufferMessage, IMessage, IPageResponseFindingSummary, IEnumerableFindingSummary, IEnumerableNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ListFindingSummariesResponse()
public ListFindingSummariesResponse()ListFindingSummariesResponse(ListFindingSummariesResponse)
public ListFindingSummariesResponse(ListFindingSummariesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFindingSummariesResponse |
Properties
FindingSummaries
public RepeatedField<FindingSummary> FindingSummaries { get; }List of finding summary by category.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindingSummary |
|
NextPageToken
public string NextPageToken { get; set; }Output only. The token to retrieve the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FindingSummary> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFindingSummary |
|