Class AllocateIdsRequest
The request for Datastore.AllocateIds.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class AllocateIdsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Keys
Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
Declaration
[JsonProperty("keys")]
public virtual IList<Key> Keys { get; set; }
Property Value
Type | Description |
---|---|
IList<Key> |