module ProfileInfo:sig..end
type t = {
|
accountId : |
(* |
Account ID to which this view (profile) belongs.
| *) |
|
internalWebPropertyId : |
(* |
Internal ID for the web property to which this view (profile) belongs.
| *) |
|
profileId : |
(* |
View (Profile) ID.
| *) |
|
profileName : |
(* |
View (Profile) name.
| *) |
|
tableId : |
(* |
Table ID for view (profile).
| *) |
|
webPropertyId : |
(* |
Web Property ID to which this view (profile) belongs.
| *) |
val accountId : (t, string) GapiLens.t
val internalWebPropertyId : (t, string) GapiLens.t
val profileId : (t, string) GapiLens.t
val profileName : (t, string) GapiLens.t
val tableId : (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