Module GapiAdsenseV1_4Service.AdclientsResource

module AdclientsResource: sig .. end

val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.AdClients.t * GapiConversation.Session.t
List all ad clients in this AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
maxResults : The maximum number of ad clients to include in the response, used for paging.
pageToken : A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.