module EntityUserLink:sig..end
module Permissions:sig..end
module Entity:sig..end
type t = {
|
entity : |
(* |
Entity for this link. It can be an account, a web property, or a view (profile).
| *) |
|
id : |
(* |
Entity user link ID
| *) |
|
kind : |
(* |
Resource type for entity user link.
| *) |
|
permissions : |
(* |
Permissions the user has for this entity.
| *) |
|
selfLink : |
(* |
Self link for this resource.
| *) |
|
userRef : |
(* |
User reference.
| *) |
val entity : (t,
Entity.t)
GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val permissions : (t,
Permissions.t)
GapiLens.t
val selfLink : (t, string) GapiLens.t
val userRef : (t, GapiAnalyticsV3Model.UserRef.t)
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