View Source GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple (google_api_discovery v0.16.0)

Supports uploading as a single HTTP request.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Discovery.V1.Model.RestMethodMediaUploadProtocolsSimple{
  multipart: boolean() | nil,
  path: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.