GapiAnalyticsV3Model.AccountTreeRequest
module AccountSettings : sig ... end
type t = {
accountName : string; | |
accountSettings : AccountSettings.t; | |
kind : string; | (* Resource type for account ticket. *) |
profileName : string; | |
timezone : string; | |
webpropertyName : string; | |
websiteUrl : string; |
}
val accountName : ( t, string ) GapiLens.t
val accountSettings : ( t, AccountSettings.t ) GapiLens.t
val kind : ( t, string ) GapiLens.t
val profileName : ( t, string ) GapiLens.t
val timezone : ( t, string ) GapiLens.t
val webpropertyName : ( t, string ) GapiLens.t
val websiteUrl : ( t, string ) 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