public sealed class ListScanRunsResponse : IMessage<ListScanRunsResponse>, IEquatable<ListScanRunsResponse>, IDeepCloneable<ListScanRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScanRun>, IEnumerable<ScanRun>, IEnumerableResponse for the ListScanRuns method.
Inheritance
System.Object > ListScanRunsResponseImplements
Google.Protobuf.IMessage<ListScanRunsResponse>, System.IEquatable<ListScanRunsResponse>, Google.Protobuf.IDeepCloneable<ListScanRunsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<ScanRun>, System.Collections.Generic.IEnumerable<ScanRun>, System.Collections.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 | 
| System.String | |
ScanRuns
public RepeatedField<ScanRun> ScanRuns { get; }The list of ScanRuns returned.
| Property Value | |
|---|---|
| Type | Description | 
| Google.Protobuf.Collections.RepeatedField<ScanRun> | |
Methods
GetEnumerator()
public IEnumerator<ScanRun> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description | 
| System.Collections.Generic.IEnumerator<ScanRun> | |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description | 
| System.Collections.IEnumerator | |