SystemCommunicationBarringProfileGetRequest19sp1V2
Bases: OCIRequest
Get an existing Communication Barring Profile. The response is either a SystemCommunicationBarringProfileGetResponse19sp1V2 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 SystemCommunicationBarringProfileGetRequest19sp1V2
client = Client()
command = SystemCommunicationBarringProfileGetRequest19sp1V2(
name=...,
)
response = client.command(command)
print(response)