Module GapiAdsenseV1_1Model.Account
type t={id : string;Unique identifier of this account.
kind : string;Kind of resource this is, in this case adsense#account.
name : string;Name of this account.
subAccounts : t list;Sub accounts of the this account.
}
val id : (t, string) GapiLens.tval kind : (t, string) GapiLens.tval name : (t, string) GapiLens.tval subAccounts : (t, t list) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t