View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse (google_api_dlp v0.46.0)

The response message for listing DLP jobs.

Attributes

  • jobs (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob.t), default: nil) - A list of DlpJobs that matches the specified filter in the request.
  • nextPageToken (type: String.t, default: nil) - The standard List next-page token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse{
  jobs: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.