public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage
An individual hybrid item to inspect. Will be stored temporarily during processing.
Implements
IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
HybridContentItem()
public HybridContentItem()
HybridContentItem(HybridContentItem)
public HybridContentItem(HybridContentItem other)
Parameter | |
---|---|
Name | Description |
other | HybridContentItem |
Properties
FindingDetails
public HybridFindingDetails FindingDetails { get; set; }
Supplementary information that will be added to each finding.
Property Value | |
---|---|
Type | Description |
HybridFindingDetails |
Item
public ContentItem Item { get; set; }
The item to inspect.
Property Value | |
---|---|
Type | Description |
ContentItem |