Class InfoTypeSummary (3.5.0)

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

The infoType details for this column.

Inheritance

Object > InfoTypeSummary

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeSummary()

public InfoTypeSummary()

InfoTypeSummary(InfoTypeSummary)

public InfoTypeSummary(InfoTypeSummary other)
Parameter
NameDescription
otherInfoTypeSummary

Properties

InfoType

public InfoType InfoType { get; set; }

The infoType.

Property Value
TypeDescription
InfoType