public sealed class InspectContentResponse : IMessage<InspectContentResponse>, IEquatable<InspectContentResponse>, IDeepCloneable<InspectContentResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectContentResponse.
Results of inspecting an item.
Implements
IMessage<InspectContentResponse>, IEquatable<InspectContentResponse>, IDeepCloneable<InspectContentResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectContentResponse()
public InspectContentResponse()InspectContentResponse(InspectContentResponse)
public InspectContentResponse(InspectContentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
InspectContentResponse |
Properties
Result
public InspectResult Result { get; set; }The findings.
| Property Value | |
|---|---|
| Type | Description |
InspectResult |
|