GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse (google_api_dlp v0.54.0)
View SourceThe 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 }