Class KindExpression (3.2.0)

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

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