Class DiffUploadRequest
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 DiffUploadRequest : IDirectResponseSchema
Properties
ChecksumsInfo
The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol.
Declaration
[JsonProperty("checksumsInfo")]
public virtual CompositeMedia ChecksumsInfo { get; set; }
Property Value
Type | Description |
---|---|
CompositeMedia |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectInfo
The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received.
Declaration
[JsonProperty("objectInfo")]
public virtual CompositeMedia ObjectInfo { get; set; }
Property Value
Type | Description |
---|---|
CompositeMedia |
ObjectVersion
The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.
Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Type | Description |
---|---|
string |