Show / Hide Table of Contents

Class GdataDiffChecksumsResponse

gdata

Inheritance
object
GdataDiffChecksumsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class GdataDiffChecksumsResponse : IDirectResponseSchema

Properties

ChecksumsLocation

gdata

Declaration
[JsonProperty("checksumsLocation")]
public virtual GdataCompositeMedia ChecksumsLocation { get; set; }
Property Value
Type Description
GdataCompositeMedia

ChunkSizeBytes

gdata

Declaration
[JsonProperty("chunkSizeBytes")]
public virtual long? ChunkSizeBytes { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

ObjectLocation

gdata

Declaration
[JsonProperty("objectLocation")]
public virtual GdataCompositeMedia ObjectLocation { get; set; }
Property Value
Type Description
GdataCompositeMedia

ObjectSizeBytes

gdata

Declaration
[JsonProperty("objectSizeBytes")]
public virtual long? ObjectSizeBytes { get; set; }
Property Value
Type Description
long?

ObjectVersion

gdata

Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX