public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessageA representation of a Datastore kind.
Implements
IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, 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 |
|