GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryField (google_api_dlp v0.41.0) View Source
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.
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.GooglePrivacyDlpV2BigQueryField{ field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil, table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.