Struct google_dlp2::GooglePrivacyDlpV2RecordLocation[][src]

pub struct GooglePrivacyDlpV2RecordLocation {
    pub table_location: Option<GooglePrivacyDlpV2TableLocation>,
    pub field_id: Option<GooglePrivacyDlpV2FieldId>,
    pub record_key: Option<GooglePrivacyDlpV2RecordKey>,
}

Location of a finding within a row or record.

This type is not used in any activity, and only used as part of another schema.

Fields

Location within a ContentItem.Table.

Field id of the field containing the finding.

Key of the finding.

Trait Implementations

impl Default for GooglePrivacyDlpV2RecordLocation
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2RecordLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2RecordLocation
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2RecordLocation
[src]

Auto Trait Implementations