Class DiffUploadResponse
Backend response for a Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class DiffUploadResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectVersion
The object version of the object at the server. Must be included in the end notification response. The version in the end notification response must correspond to the new version of the object that is now stored at the server, after the upload.
Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalObject
The location of the original file for a diff upload request. Must be filled in if responding to an upload start notification.
Declaration
[JsonProperty("originalObject")]
public virtual CompositeMedia OriginalObject { get; set; }
Property Value
Type | Description |
---|---|
CompositeMedia |