Module GapiBigqueryV2Model.UserDefinedFunctionResource

type t = {
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.

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