Class DownloadParameters
Parameters specific to media downloads.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class DownloadParameters : IDirectResponseSchema
Properties
AllowGzipCompression
A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.
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
Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.
Declaration
[JsonProperty("ignoreRange")]
public virtual bool? IgnoreRange { get; set; }
Property Value
Type | Description |
---|---|
bool? |