GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableLocation (google_api_dlp v0.41.0) View Source
Location of a finding within a table.
Attributes
-
rowIndex
(type:String.t
, default:nil
) - The zero-based index of the row where the finding is located. Only populated for resources that have a natural ordering, not BigQuery. In BigQuery, to identify the row a finding came from, populate BigQueryOptions.identifying_fields with your primary key column names and when you store the findings the value of those columns will be stored inside of Finding.
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.GooglePrivacyDlpV2TableLocation{ rowIndex: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.