View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob (google_api_dlp v0.46.0)

Combines all of the information about a DLP job.

Attributes

  • actionDetails (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ActionDetails.t), default: nil) - Events that should occur after the job has completed.
  • 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.
  • lastModified (type: DateTime.t, default: nil) - Time when the job was last modified by the system.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DlpJob{
  actionDetails:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ActionDetails.t()] | nil,
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  errors: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t()] | nil,
  inspectDetails:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails.t() | nil,
  jobTriggerName: String.t() | nil,
  lastModified: DateTime.t() | nil,
  name: String.t() | nil,
  riskDetails:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.t()
    | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.