google_api_dlp v0.9.0 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 (GooglePrivacyDlpV2FieldId): Set if the transformation was limited to a specific FieldId. Defaults to:
null. - fieldTransformations ([GooglePrivacyDlpV2FieldTransformation]): 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. Defaults to:
null. - infoType (GooglePrivacyDlpV2InfoType): Set if the transformation was limited to a specific InfoType. Defaults to:
null. - recordSuppress (GooglePrivacyDlpV2RecordSuppression): The specific suppression option these stats apply to. Defaults to:
null. - results ([GooglePrivacyDlpV2SummaryResult]): Defaults to:
null. - transformation (GooglePrivacyDlpV2PrimitiveTransformation): The specific transformation these stats apply to. Defaults to:
null. - transformedBytes (String.t): Total size in bytes that were transformed in some way. Defaults to:
null.
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 Source
t()
View Source
t() :: %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: any()
}
t() :: %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: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.