Class DownloadParameters
gdata.* are outside protos with mising documentation
Inheritance
DownloadParameters
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class DownloadParameters : IDirectResponseSchema
Properties
AllowGzipCompression
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("allowGzipCompression")]
public virtual bool? AllowGzipCompression { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IgnoreRange
gdata.* are outside protos with mising documentation
Declaration
[JsonProperty("ignoreRange")]
public virtual bool? IgnoreRange { get; set; }
Property Value
Implements