View Source GoogleApi.FirebaseAppDistribution.V1.Model.GdataDownloadParameters (google_api_firebase_app_distribution v0.3.1)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.