SystemExpensiveCallNotificationGetRequest
Bases: OCIRequest
Request to get the expensive call notification service parameters. The response is either a SystemExpensiveCallNotificationGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemExpensiveCallNotificationGetRequest.
Attributes:
enable_post_announcement_delay_timer (bool):
post_announcement_delay_seconds (int):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemExpensiveCallNotificationGetRequest
client = Client()
command = SystemExpensiveCallNotificationGetRequest()
response = client.command(command)
print(response)