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

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

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

Results of de-identifying a ContentItem.

Inheritance

object > DeidentifyContentResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DeidentifyContentResponse()

public DeidentifyContentResponse()

DeidentifyContentResponse(DeidentifyContentResponse)

public DeidentifyContentResponse(DeidentifyContentResponse other)
Parameter
NameDescription
otherDeidentifyContentResponse

Properties

Item

public ContentItem Item { get; set; }

The de-identified item.

Property Value
TypeDescription
ContentItem

Overview

public TransformationOverview Overview { get; set; }

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

Property Value
TypeDescription
TransformationOverview