Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1TransformationSummary[][src]

pub struct GooglePrivacyDlpV2beta1TransformationSummary {
    pub field: Option<GooglePrivacyDlpV2beta1FieldId>,
    pub field_transformations: Option<Vec<GooglePrivacyDlpV2beta1FieldTransformation>>,
    pub info_type: Option<GooglePrivacyDlpV2beta1InfoType>,
    pub record_suppress: Option<GooglePrivacyDlpV2beta1RecordSuppression>,
    pub results: Option<Vec<GooglePrivacyDlpV2beta1SummaryResult>>,
    pub transformation: Option<GooglePrivacyDlpV2beta1PrimitiveTransformation>,
}

Summary of a single tranformation.

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

Fields

Set if the transformation was limited to a specific FieldId.

The field transformation that was applied. This list will contain multiple only in the case of errors.

Set if the transformation was limited to a specific info_type.

The specific suppression option these stats apply to.

no description provided

The specific transformation these stats apply to.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1TransformationSummary
[src]

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

impl Clone for GooglePrivacyDlpV2beta1TransformationSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1TransformationSummary
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1TransformationSummary
[src]

Auto Trait Implementations