class TencentCloud::Scf::V20180416::InvokeRequest
Invoke请求参数结构体
def deserialize(params)
def deserialize(params) @FunctionName = params['FunctionName'] @InvocationType = params['InvocationType'] @Qualifier = params['Qualifier'] @ClientContext = params['ClientContext'] @LogType = params['LogType'] @Namespace = params['Namespace'] @RoutingKey = params['RoutingKey'] end
def initialize(functionname=nil, invocationtype=nil, qualifier=nil, clientcontext=nil, logtype=nil, namespace=nil, routingkey=nil)
def initialize(functionname=nil, invocationtype=nil, qualifier=nil, clientcontext=nil, logtype=nil, namespace=nil, routingkey=nil) @FunctionName = functionname @InvocationType = invocationtype @Qualifier = qualifier @ClientContext = clientcontext @LogType = logtype @Namespace = namespace @RoutingKey = routingkey end