GoogleApi.WalletObjects.V1.Model.DownloadParameters (google_api_wallet_objects v0.12.0)

View Source

Parameters specific to media downloads.

Attributes

  • allowGzipCompression (type: boolean(), default: nil) - 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.
  • ignoreRange (type: boolean(), default: nil) - Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.DownloadParameters{
  allowGzipCompression: boolean() | nil,
  ignoreRange: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.