Module GapiAnalyticsV3Model.CustomDataSource
module ParentLink : sig ... endmodule ChildLink : sig ... endtype t={accountId : string;Account ID to which this custom data source belongs.
childLink : ChildLink.t;created : GapiDate.t;Time this custom data source was created.
description : string;Description of custom data source.
id : string;Custom data source ID.
importBehavior : string;kind : string;Resource type for Analytics custom data source.
name : string;Name of this custom data source.
parentLink : ParentLink.t;Parent link for this custom data source. Points to the web property to which this custom data source belongs.
profilesLinked : string list;IDs of views (profiles) linked to the custom data source.
schema : string list;Collection of schema headers of the custom data source.
selfLink : string;Link for this Analytics custom data source.
_type : string;Type of the custom data source.
updated : GapiDate.t;Time this custom data source was last modified.
uploadType : string;Upload type of the custom data source.
webPropertyId : string;Web property ID of the form UA-XXXXX-YY to which this custom data source belongs.
}
val accountId : (t, string) GapiLens.tval childLink : (t, ChildLink.t) GapiLens.tval created : (t, GapiDate.t) GapiLens.tval description : (t, string) GapiLens.tval id : (t, string) GapiLens.tval importBehavior : (t, string) GapiLens.tval kind : (t, string) GapiLens.tval name : (t, string) GapiLens.tval parentLink : (t, ParentLink.t) GapiLens.tval profilesLinked : (t, string list) GapiLens.tval schema : (t, string list) GapiLens.tval selfLink : (t, string) GapiLens.tval _type : (t, string) GapiLens.tval updated : (t, GapiDate.t) GapiLens.tval uploadType : (t, string) GapiLens.tval webPropertyId : (t, string) 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