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

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

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

A representation of a Datastore kind.

Inheritance

object > KindExpression

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

KindExpression()

public KindExpression()

KindExpression(KindExpression)

public KindExpression(KindExpression other)
Parameter
NameDescription
otherKindExpression

Properties

Name

public string Name { get; set; }

The name of the kind.

Property Value
TypeDescription
string