package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. accountId : string;
    (*

    Account ID to which this view (profile) belongs.

    *)
  2. internalWebPropertyId : string;
    (*

    Internal ID for the web property to which this view (profile) belongs.

    *)
  3. profileId : string;
    (*

    View (Profile) ID.

    *)
  4. profileName : string;
    (*

    View (Profile) name.

    *)
  5. tableId : string;
    (*

    Table ID for view (profile).

    *)
  6. 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