google_api_discovery v0.3.0 GoogleApi.Discovery.V1.Model.RestMethodMediaUpload View Source

Media upload parameters.

Attributes

  • accept (list(String.t)): MIME Media Ranges for acceptable media uploads to this method. Defaults to nil.
  • maxSize (String.t): Maximum size of a media upload, such as "1MB", "2GB" or "3TB". Defaults to nil.
  • protocols (GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols.t): Supported upload protocols. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUpload{
  accept: [String.t()],
  maxSize: String.t(),
  protocols: GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocols.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.