Module GapiAnalyticsV3Model.AccountTreeResponse

module AccountSettings : sig ... end
type t = {
account : Account.t;

The account created.

accountSettings : AccountSettings.t;
kind : string;

Resource type for account ticket.

profile : Profile.t;

View (Profile) for the account.

webproperty : Webproperty.t;

Web property for the account.

}
val account : (tAccount.t) GapiLens.t
val accountSettings : (tAccountSettings.t) GapiLens.t
val kind : (t, string) GapiLens.t
val profile : (tProfile.t) GapiLens.t
val webproperty : (tWebproperty.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