SystemCommunicationBarringCriteriaGetRequest19sp1
Bases: OCIRequest
Get an existing Communication Barring Criteria. The response is either a SystemCommunicationBarringCriteriaGetResponse19sp1 or an ErrorResponse.
Attributes:
name (str):
Source code in src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemCommunicationBarringCriteriaGetRequest19sp1
client = Client()
command = SystemCommunicationBarringCriteriaGetRequest19sp1(
name=...,
)
response = client.command(command)
print(response)