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

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

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

Results of inspecting an item.

Inheritance

object > InspectContentResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InspectContentResponse()

public InspectContentResponse()

InspectContentResponse(InspectContentResponse)

public InspectContentResponse(InspectContentResponse other)
Parameter
NameDescription
otherInspectContentResponse

Properties

Result

public InspectResult Result { get; set; }

The findings.

Property Value
TypeDescription
InspectResult