Class GdataDownloadParameters
gdata
Implements
Inherited Members
Namespace: Google.Apis.YouTubeReporting.v1.Data
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public class GdataDownloadParameters : IDirectResponseSchema
Properties
AllowGzipCompression
gdata
Declaration
[JsonProperty("allowGzipCompression")]
public virtual bool? AllowGzipCompression { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IgnoreRange
gdata
Declaration
[JsonProperty("ignoreRange")]
public virtual bool? IgnoreRange { get; set; }
Property Value
Type | Description |
---|---|
bool? |