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