module AccountSummaries: sig .. end
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.AccountSummaries.t * GapiConversation.Session.t
Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
max_results : The maximum number of account summaries to include in this response, where the largest acceptable value is 1000.
start_index : An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.