Web Security Scanner v1 API - Class ListFindingsResponse (2.4.0)

public sealed class ListFindingsResponse : IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage, IPageResponse<Finding>, IEnumerable<Finding>, IEnumerable

Reference documentation and code samples for the Web Security Scanner v1 API class ListFindingsResponse.

Response for the ListFindings method.

Inheritance

object > ListFindingsResponse

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListFindingsResponse()

public ListFindingsResponse()

ListFindingsResponse(ListFindingsResponse)

public ListFindingsResponse(ListFindingsResponse other)
Parameter
NameDescription
otherListFindingsResponse

Properties

Findings

public RepeatedField<Finding> Findings { get; }

The list of Findings returned.

Property Value
TypeDescription
RepeatedFieldFinding

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Finding> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorFinding