SystemCallCenterEnhancedReportingBrandingGetRequest
Bases: OCIRequest
Request to get the system branding information. The response is either SystemCallCenterEnhancedReportingBrandingGetResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemCallCenterEnhancedReportingBrandingGetRequest.
Attributes:
branding_choice (str):
custom_branding_file_description (Optional[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 SystemCallCenterEnhancedReportingBrandingGetRequest
client = Client()
command = SystemCallCenterEnhancedReportingBrandingGetRequest()
response = client.command(command)
print(response)