google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey View Source

Row key for identifying a record in BigQuery table.

Attributes

  • rowNumber (String.t): Absolute number of the row from the beginning of the table at the time of scanning. Defaults to: null.
  • tableReference (GooglePrivacyDlpV2BigQueryTable): Complete BigQuery table reference. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryKey{
  rowNumber: any(),
  tableReference: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.