module CustomDataSource:sig..end
module ParentLink:sig..end
module ChildLink:sig..end
type t = {
|
accountId : |
(* |
Account ID to which this custom data source belongs.
| *) |
|
childLink : |
(* | *) |
|
|
created : |
(* |
Time this custom data source was created.
| *) |
|
description : |
(* |
Description of custom data source.
| *) |
|
id : |
(* |
Custom data source ID.
| *) |
|
importBehavior : |
(* | *) |
|
|
kind : |
(* |
Resource type for Analytics custom data source.
| *) |
|
name : |
(* |
Name of this custom data source.
| *) |
|
parentLink : |
(* |
Parent link for this custom data source. Points to the web property to which this custom data source belongs.
| *) |
|
profilesLinked : |
(* |
IDs of views (profiles) linked to the custom data source.
| *) |
|
selfLink : |
(* |
Link for this Analytics custom data source.
| *) |
|
_type : |
(* |
Type of the custom data source.
| *) |
|
updated : |
(* |
Time this custom data source was last modified.
| *) |
|
uploadType : |
(* | *) |
|
|
webPropertyId : |
(* |
Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
| *) |
val accountId : (t, string) GapiLens.t
val childLink : (t,
ChildLink.t)
GapiLens.t
val created : (t, GapiDate.t) GapiLens.t
val description : (t, string) GapiLens.t
val id : (t, string) GapiLens.t
val importBehavior : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
val parentLink : (t,
ParentLink.t)
GapiLens.t
val profilesLinked : (t, string list) GapiLens.t
val selfLink : (t, string) GapiLens.t
val _type : (t, string) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val uploadType : (t, string) GapiLens.t
val webPropertyId : (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