Cloud Dataplex v1 API - Class ListDataScanJobsResponse (2.15.0)

public sealed class ListDataScanJobsResponse : IMessage<ListDataScanJobsResponse>, IEquatable<ListDataScanJobsResponse>, IDeepCloneable<ListDataScanJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataScanJob>, IEnumerable<DataScanJob>, IEnumerable

Reference documentation and code samples for the Cloud Dataplex v1 API class ListDataScanJobsResponse.

List DataScanJobs response.

Inheritance

object > ListDataScanJobsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListDataScanJobsResponse()

public ListDataScanJobsResponse()

ListDataScanJobsResponse(ListDataScanJobsResponse)

public ListDataScanJobsResponse(ListDataScanJobsResponse other)
Parameter
NameDescription
otherListDataScanJobsResponse

Properties

DataScanJobs

public RepeatedField<DataScanJob> DataScanJobs { get; }

DataScanJobs (BASIC view only) under a given dataScan.

Property Value
TypeDescription
RepeatedFieldDataScanJob

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

Methods

GetEnumerator()

public IEnumerator<DataScanJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataScanJob