Show / Hide Table of Contents

Class RollbackRequest

The request for Datastore.Rollback.

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

Properties

ETag

The ETag of the item.

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

Transaction

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

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

Implements

IDirectResponseSchema
Back to top