google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridContentItem View Source
An individual hybrid item to inspect. Will be stored temporarily during processing.
Attributes
findingDetails(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridFindingDetails.t, default:nil) - Supplementary information that will be added to each finding.item(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t, default:nil) - The item to inspect.
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.GooglePrivacyDlpV2HybridContentItem{
findingDetails:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridFindingDetails.t(),
item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.