package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val list : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> ?max_results:int -> ?start_index:int -> GapiConversation.Session.t -> GapiAnalyticsV3Model.Accounts.t * GapiConversation.Session.t

Lists all accounts 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 accounts to include in this response.

  • parameter start_index

    An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.