public sealed class ReidentifyContentResponse : IMessage<ReidentifyContentResponse>, IEquatable<ReidentifyContentResponse>, IDeepCloneable<ReidentifyContentResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReidentifyContentResponse.
Results of re-identifying an item.
Implements
IMessageReidentifyContentResponse, IEquatableReidentifyContentResponse, IDeepCloneableReidentifyContentResponse, 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 |
|