IMCAGetConfigurationResponsePayload
Response data payload object of GetConfiguration operation.
Attributes
outData
Attribute which contains the outData object.
outData: Record<string, any>;
method
Attribute which contains method.
method: any;
configuration
Attribute which contains the configuration object.
configuration: IMCAConfiguration;
result
Attribute which contains the result.
result: string;
toolbarName
Attribute which contains the toolbar Name.
toolbarName: string;
uuid
Attribute which contains information on uuid.
uuid: string;
error
Attribute which contains the error, if any.
error: any;