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