Web Security Scanner v1 API - Class ListScanRunsResponse (2.4.0)

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.

Inheritance

object > ListScanRunsResponse

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListScanRunsResponse()

public ListScanRunsResponse()

ListScanRunsResponse(ListScanRunsResponse)

public ListScanRunsResponse(ListScanRunsResponse other)
Parameter
NameDescription
otherListScanRunsResponse

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
TypeDescription
string

ScanRuns

public RepeatedField<ScanRun> ScanRuns { get; }

The list of ScanRuns returned.

Property Value
TypeDescription
RepeatedFieldScanRun

Methods

GetEnumerator()

public IEnumerator<ScanRun> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorScanRun