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.
Implements
IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage, IPageResponse<Finding>, IEnumerable<Finding>, IEnumerableNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListFindingsResponse()
public ListFindingsResponse()
ListFindingsResponse(ListFindingsResponse)
public ListFindingsResponse(ListFindingsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListFindingsResponse |
Properties
Findings
public RepeatedField<Finding> Findings { get; }
The list of Findings returned.
Property Value | |
---|---|
Type | Description |
RepeatedField<Finding> |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Finding> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Finding> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |