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

Config for storing transformation details.

Attributes

  • table (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t, default: nil) - The BigQuery table in which to store the output. This may be an existing table or in a new table in an existing dataset. If tableid is not set a new one will be generated for you with the following format: dlp_googleapis_transformation_details_yyyy_mm_dd[dlp_job_id]. Pacific time zone will be used for generating the date details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationDetailsStorageConfig{
    table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.