class TencentCloud::Tione::V20211111::TJCallInfo

太极服务的调用信息

def deserialize(params)

def deserialize(params)
  @HttpAddr = params['HttpAddr']
  @Token = params['Token']
  @CallExample = params['CallExample']
end

def initialize(httpaddr=nil, token=nil, callexample=nil)

def initialize(httpaddr=nil, token=nil, callexample=nil)
  @HttpAddr = httpaddr
  @Token = token
  @CallExample = callexample
end