Show / Hide Table of Contents

Class PropertyReference

A reference to a property relative to the kind expressions.

Inheritance
System.Object
PropertyReference
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class PropertyReference : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

The name of the property. If name includes "."s, it may be interpreted as a property name path.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top