package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. inlineCode : string;
    (*

    [Pick one] An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code.

    *)
  2. resourceUri : string;
    (*

    [Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).

    *)
}
val inlineCode : (t, string) GapiLens.t
val resourceUri : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t