Google Cloud Data Loss Prevention v2 API - Class HybridContentItem (4.8.0)

public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridContentItem.

An individual hybrid item to inspect. Will be stored temporarily during processing.

Inheritance

object > HybridContentItem

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

HybridContentItem()

public HybridContentItem()

HybridContentItem(HybridContentItem)

public HybridContentItem(HybridContentItem other)
Parameter
NameDescription
otherHybridContentItem

Properties

FindingDetails

public HybridFindingDetails FindingDetails { get; set; }

Supplementary information that will be added to each finding.

Property Value
TypeDescription
HybridFindingDetails

Item

public ContentItem Item { get; set; }

The item to inspect.

Property Value
TypeDescription
ContentItem