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

Supports the Resumable Media Upload protocol.

Attributes

  • multipart (type: boolean(), default: true) - True if this endpoint supports uploading 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.RestMethodMediaUploadProtocolsResumable{
  multipart: boolean() | nil,
  path: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.