SecureBlackbox 2020 Python Edition

Questions / Feedback?

id Property

The ID of the request.

Syntax

def get_id() -> str: ...
def set_id(value: str) -> None: ...

id = property(get_id, set_id)

Default Value

""

Remarks

Use this property to specify the ID of the request.

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