module Entity:sig..end
type t = {
|
accountRef : |
(* |
Account for this link.
| *) |
|
profileRef : |
(* |
View (Profile) for this link.
| *) |
|
webPropertyRef : |
(* |
Web property for this link.
| *) |
val accountRef : (t,
GapiAnalyticsV3Model.AccountRef.t)
GapiLens.t
val profileRef : (t,
GapiAnalyticsV3Model.ProfileRef.t)
GapiLens.t
val webPropertyRef : (t,
GapiAnalyticsV3Model.WebPropertyRef.t)
GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t