Class DiffChecksumsResponse
gdata.* are outside protos with mising documentation
Inheritance
DiffChecksumsResponse
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class DiffChecksumsResponse : IDirectResponseSchema
Properties
ChecksumsLocation
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("checksumsLocation")]
public virtual CompositeMedia ChecksumsLocation { get; set; }
Property Value
ChunkSizeBytes
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("chunkSizeBytes")]
public virtual long? ChunkSizeBytes { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ObjectLocation
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectLocation")]
public virtual CompositeMedia ObjectLocation { get; set; }
Property Value
ObjectSizeBytes
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectSizeBytes")]
public virtual long? ObjectSizeBytes { get; set; }
Property Value
ObjectVersion
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Implements