Class ListScanRunsResponse (1.1.0)

public sealed class ListScanRunsResponse : IMessage<ListScanRunsResponse>, IEquatable<ListScanRunsResponse>, IDeepCloneable<ListScanRunsResponse>, IBufferMessage, IMessage, IPageResponse<ScanRun>, IEnumerable<ScanRun>, IEnumerable

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
RepeatedField<ScanRun>

Methods

GetEnumerator()

public IEnumerator<ScanRun> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ScanRun>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator