Cloud Mail 2020 Python Edition

Questions / Feedback?

next_page_token Property

The token to retrieve the next page with data.

Syntax

def get_next_page_token() -> str: ...
def set_next_page_token(value: str) -> None: ...

next_page_token = property(get_next_page_token, set_next_page_token)

Default Value

""

Remarks

This property contains the token that will be used to retrieve the next page with information. This field will become available when using the list_messages or list_drafts method.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]