public sealed class DeidentifyContentResponse : IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessage
Results of de-identifying a ContentItem.
Implements
IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyContentResponse()
public DeidentifyContentResponse()
DeidentifyContentResponse(DeidentifyContentResponse)
public DeidentifyContentResponse(DeidentifyContentResponse other)
Parameter | |
---|---|
Name | Description |
other | DeidentifyContentResponse |
Properties
Item
public ContentItem Item { get; set; }
The de-identified item.
Property Value | |
---|---|
Type | Description |
ContentItem |
Overview
public TransformationOverview Overview { get; set; }
An overview of the changes that were made on the item
.
Property Value | |
---|---|
Type | Description |
TransformationOverview |