Class ExternalServicesOperationParams

Class Documentation

class ExternalServicesOperationParams

Data structure used when making invocations of the external service proxy.

Public Members

csp::common::String ServiceName

The name of the external service of concern.

csp::common::String OperationName

The operation name that should be performed by the proxy service.

bool SetHelp

A flag indicating this invocation is actually a request for information about the operation identified by OperationName.

csp::common::Map<csp::common::String, csp::common::String> Parameters

Map of parameters required in order for the proxy service to complete the operation.