module ProjectsResource: sig .. end
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
GapiConversation.Session.t ->
GapiBigqueryV2Model.ProjectList.t * GapiConversation.Session.t
Lists all projects to which you have been granted any project role.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/bigquery/v2/").
std_params : Optional standard parameters.
maxResults : Maximum number of results to return
pageToken : Page token, returned by a previous call, to request the next page of results