package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Protocols.ResumableSource

Sourcetype t = {
  1. path : string;
    (*

    The URI path to be used for upload. Should be used in conjunction with the basePath property at the api-level.

    *)
  2. multipart : bool;
    (*

    True if this endpoint supports uploading multipart media.

    *)
}
Sourceval path : (t, string) GapiLens.t
Sourceval multipart : (t, bool) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list