Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1CustomInfoType[][src]

pub struct GooglePrivacyDlpV2beta1CustomInfoType {
    pub surrogate_type: Option<GooglePrivacyDlpV2beta1SurrogateType>,
    pub info_type: Option<GooglePrivacyDlpV2beta1InfoType>,
    pub dictionary: Option<GooglePrivacyDlpV2beta1Dictionary>,
}

Custom information type provided by the user. Used to find domain-specific sensitive information configurable to the data in question.

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

Fields

Surrogate info type.

Info type configuration. All custom info types must have configurations that do not conflict with built-in info types or other custom info types.

Dictionary-based custom info type.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1CustomInfoType
[src]

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

impl Clone for GooglePrivacyDlpV2beta1CustomInfoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1CustomInfoType
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1CustomInfoType
[src]

Auto Trait Implementations