google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ListDlpJobsResponse{ jobs: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob.t()], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.