google_api_dlp v0.36.1 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob View Source
Combines all of the information about a DLP job.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Time when the job was created. -
endTime
(type:DateTime.t
, default:nil
) - Time when the job finished. -
errors
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t)
, default:nil
) - A stream of errors encountered running the job. -
inspectDetails
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails.t
, default:nil
) - Results from inspecting a data source. -
jobTriggerName
(type:String.t
, default:nil
) - If created by a job trigger, the resource name of the trigger that instantiated the job. -
name
(type:String.t
, default:nil
) - The server-assigned name. -
riskDetails
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.t
, default:nil
) - Results from analyzing risk of a data source. -
startTime
(type:DateTime.t
, default:nil
) - Time when the job started. -
state
(type:String.t
, default:nil
) - State of a job. -
type
(type:String.t
, default:nil
) - The type of job.
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.GooglePrivacyDlpV2DlpJob{ createTime: DateTime.t(), endTime: DateTime.t(), errors: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t()], inspectDetails: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails.t(), jobTriggerName: String.t(), name: String.t(), riskDetails: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.t(), startTime: DateTime.t(), state: String.t(), type: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.