Class ReidentifyContentResponse (4.0.0)

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

Results of re-identifying a item.

Inheritance

Object > ReidentifyContentResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ReidentifyContentResponse()

public ReidentifyContentResponse()

ReidentifyContentResponse(ReidentifyContentResponse)

public ReidentifyContentResponse(ReidentifyContentResponse other)
Parameter
NameDescription
otherReidentifyContentResponse

Properties

Item

public ContentItem Item { get; set; }

The re-identified item.

Property Value
TypeDescription
ContentItem

Overview

public TransformationOverview Overview { get; set; }

An overview of the changes that were made to the item.

Property Value
TypeDescription
TransformationOverview