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

Message defining a field of a BigQuery table.

Attributes

  • field (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default: nil) - Designated field in the BigQuery table.
  • table (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t, default: nil) - Source table of the field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryField{
  field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil,
  table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.