GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationSummary (google_api_dlp v0.40.3) View Source
Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.
Attributes
-
field(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default:nil) - Set if the transformation was limited to a specific FieldId. -
fieldTransformations(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldTransformation.t), default:nil) - The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied. -
infoType(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default:nil) - Set if the transformation was limited to a specific InfoType. -
recordSuppress(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordSuppression.t, default:nil) - The specific suppression option these stats apply to. -
results(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SummaryResult.t), default:nil) - Collection of all transformations that took place or had an error. -
transformation(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrimitiveTransformation.t, default:nil) - The specific transformation these stats apply to. -
transformedBytes(type:String.t, default:nil) - Total size in bytes that were transformed in some way.
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.GooglePrivacyDlpV2TransformationSummary{
field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil,
fieldTransformations:
[GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldTransformation.t()] | nil,
infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t() | nil,
recordSuppress:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordSuppression.t() | nil,
results: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SummaryResult.t()] | nil,
transformation:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrimitiveTransformation.t() | nil,
transformedBytes: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.