Cloud Mail 2020 Python Edition

Questions / Feedback?

identity_marker Property

The offset marker used to navigate paged results.

Syntax

def get_identity_marker() -> str: ...
def set_identity_marker(value: str) -> None: ...

identity_marker = property(get_identity_marker, set_identity_marker)

Default Value

""

Remarks

This property holds the offset marker used to request the next page of results. This may be automatically populated after a call to list_identities. If this holds a value, subsequent calls to list_identities will use this value to get the next page of results. See also: list_identities, IsPaged.

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