Google Cloud Data Loss Prevention v2 API - Class ListDlpJobsResponse (4.8.0)

public sealed class ListDlpJobsResponse : IMessage<ListDlpJobsResponse>, IEquatable<ListDlpJobsResponse>, IDeepCloneable<ListDlpJobsResponse>, IBufferMessage, IMessage, IPageResponse<DlpJob>, IEnumerable<DlpJob>, IEnumerable

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListDlpJobsResponse.

The response message for listing DLP jobs.

Inheritance

object > ListDlpJobsResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListDlpJobsResponse()

public ListDlpJobsResponse()

ListDlpJobsResponse(ListDlpJobsResponse)

public ListDlpJobsResponse(ListDlpJobsResponse other)
Parameter
NameDescription
otherListDlpJobsResponse

Properties

Jobs

public RepeatedField<DlpJob> Jobs { get; }

A list of DlpJobs that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedFieldDlpJob

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DlpJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDlpJob