GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse (google_api_dlp v0.54.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.