Module ManagementResource.CustomDataSources

val list : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> ?⁠max_results:int -> ?⁠start_index:int -> accountId:string -> webPropertyId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.CustomDataSources.t * GapiConversation.Session.t

List custom data sources to which the user has access.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter max_results

The maximum number of custom data sources to include in this response.

parameter start_index

A 1-based index of the first custom data source to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

parameter accountId

Account Id for the custom data sources to retrieve.

parameter webPropertyId

Web property Id for the custom data sources to retrieve.