public sealed class DeidentifyContentResponse : IMessage<DeidentifyContentResponse>, IEquatable<DeidentifyContentResponse>, IDeepCloneable<DeidentifyContentResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeidentifyContentResponse.
Results of de-identifying a ContentItem.
Implements
IMessageDeidentifyContentResponse, IEquatableDeidentifyContentResponse, IDeepCloneableDeidentifyContentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DeidentifyContentResponse()
public DeidentifyContentResponse()DeidentifyContentResponse(DeidentifyContentResponse)
public DeidentifyContentResponse(DeidentifyContentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
DeidentifyContentResponse |
Properties
Item
public ContentItem Item { get; set; }The de-identified item.
| Property Value | |
|---|---|
| Type | Description |
ContentItem |
|
Overview
public TransformationOverview Overview { get; set; }An overview of the changes that were made on the item.
| Property Value | |
|---|---|
| Type | Description |
TransformationOverview |
|