IPWorks Cloud 2020 Python Edition

Questions / Feedback?

child_marker Property

A marker when child resources are paged.

Syntax

def get_child_marker() -> str: ...
def set_child_marker(value: str) -> None: ...

child_marker = property(get_child_marker, set_child_marker)

Default Value

""

Remarks

This property returns a marker used to iterate over pages of child resources; it's populated when list_children is called if the results are paged.

Continue to call list_children until this property returns empty string in order to list all resources.

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