Cloud Security Compliance v1 API - Class ListFindingSummariesResponse (1.0.0-beta04)

public sealed class ListFindingSummariesResponse : IMessage<ListFindingSummariesResponse>, IEquatable<ListFindingSummariesResponse>, IDeepCloneable<ListFindingSummariesResponse>, IBufferMessage, IMessage, IPageResponse<FindingSummary>, IEnumerable<FindingSummary>, IEnumerable

Reference documentation and code samples for the Cloud Security Compliance v1 API class ListFindingSummariesResponse.

The response message for [ListFindingSummaries][].

Inheritance

object > ListFindingSummariesResponse

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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