SystemEmergencyCallNotificationGetRequest
Bases: OCIRequest
Request the system level data associated with Emergency Call Notification. The response is either a SystemEmergencyCallNotificationGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemEmergencyCallNotificationGetResponse.
Attributes:
default_from_address (str):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemEmergencyCallNotificationGetRequest
client = Client()
command = SystemEmergencyCallNotificationGetRequest()
response = client.command(command)
print(response)