Class KindExpression (3.2.0)

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

A representation of a kind.

Inheritance

Object > KindExpression

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

KindExpression()

public KindExpression()

KindExpression(KindExpression)

public KindExpression(KindExpression other)
Parameter
NameDescription
otherKindExpression

KindExpression(String)

public KindExpression(string name)

Constructs a KindExpression directly from the name of the kind.

Parameter
NameDescription
nameString

The name of the kind. Must not be null.

Properties

Name

public string Name { get; set; }

The name of the kind.

Property Value
TypeDescription
String