google_api_discovery v0.1.0 GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple View Source

Supports uploading as a single HTTP request.

Attributes

  • multipart (boolean()): True if this endpoint supports upload multipart media. Defaults to: null.
  • path (String.t): The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level. Defaults to: null.

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.RestMethodMediaUploadProtocolsSimple{
  multipart: any(),
  path: any()
}

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.