google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationSummary 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
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationSummary{
field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
fieldTransformations: [
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldTransformation.t()
],
infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t(),
recordSuppress:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordSuppression.t(),
results: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SummaryResult.t()],
transformation:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrimitiveTransformation.t(),
transformedBytes: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.