Module GapiAnalyticsV3Model.RealtimeData.ProfileInfo

module ProfileInfo: sig .. end

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