public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class KindExpression.
A representation of a Datastore kind.
Implements
IMessageKindExpression, IEquatableKindExpression, IDeepCloneableKindExpression, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
KindExpression()
public KindExpression()KindExpression(KindExpression)
public KindExpression(KindExpression other)| Parameter | |
|---|---|
| Name | Description |
other |
KindExpression |
Properties
Name
public string Name { get; set; }The name of the kind.
| Property Value | |
|---|---|
| Type | Description |
string |
|