public sealed class ListScanRunsResponse : IMessage<ListScanRunsResponse>, IEquatable<ListScanRunsResponse>, IDeepCloneable<ListScanRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScanRun>, IEnumerable<ScanRun>, IEnumerable
Reference documentation and code samples for the Web Security Scanner v1 API class ListScanRunsResponse.
Response for the ListScanRuns
method.
Implements
IMessageListScanRunsResponse, IEquatableListScanRunsResponse, IDeepCloneableListScanRunsResponse, IBufferMessage, IMessage, IPageResponseScanRun, IEnumerableScanRun, IEnumerableNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListScanRunsResponse()
public ListScanRunsResponse()
ListScanRunsResponse(ListScanRunsResponse)
public ListScanRunsResponse(ListScanRunsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListScanRunsResponse |
Properties
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 |
ScanRuns
public RepeatedField<ScanRun> ScanRuns { get; }
The list of ScanRuns returned.
Property Value | |
---|---|
Type | Description |
RepeatedFieldScanRun |
Methods
GetEnumerator()
public IEnumerator<ScanRun> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorScanRun |