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