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

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

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

Results of re-identifying an 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