public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessage
A representation of a kind.
Implements
IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
KindExpression()
public KindExpression()
KindExpression(KindExpression)
public KindExpression(KindExpression other)
Parameter | |
---|---|
Name | Description |
other | KindExpression |
KindExpression(String)
public KindExpression(string name)
Constructs a KindExpression directly from the name of the kind.
Parameter | |
---|---|
Name | Description |
name | String The name of the kind. Must not be null. |
Properties
Name
public string Name { get; set; }
The name of the kind.
Property Value | |
---|---|
Type | Description |
String |