|
Methods defined here:
- __init__(self)
- list = method(self, **kwargs)
- List all URL channels in this AdSense account.
Args:
pageToken: string, A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
adClientId: string, Ad client for which to list URL channels. (required)
maxResults: integer, The maximum number of URL channels to include in the response, used for paging.
- list_next = methodNext(self, previous_request, previous_response)
- Retrieves the next page of results.
Args:
previous_request: The request for the previous page.
previous_response: The response from the request for the previous page.
Returns:
A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|