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
IMessage<ListScanRunsResponse>, IEquatable<ListScanRunsResponse>, IDeepCloneable<ListScanRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScanRun>, IEnumerable<ScanRun>, 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 |
RepeatedField<ScanRun> |
Methods
GetEnumerator()
public IEnumerator<ScanRun> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<ScanRun> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |