pager_id Property

The identifying number of the pager to send a Message to.

Syntax

def get_pager_id() -> str: ...
def set_pager_id(value: str) -> None: ...

pager_id = property(get_pager_id, set_pager_id)

Default Value

""

Remarks

This property contains the identifying number of the pager to send a message to. Additional information such as a password or a PIN may be appended to this property depending upon server requirements.

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