class TencentCloud::Cwp::V20180228::DescribeAvailableExpertServiceDetailResponse
DescribeAvailableExpertServiceDetail返回参数结构体
def deserialize(params)
def deserialize(params) unless params['ExpertService'].nil? @ExpertService = [] params['ExpertService'].each do |i| expertserviceorderinfo_tmp = ExpertServiceOrderInfo.new expertserviceorderinfo_tmp.deserialize(i) @ExpertService << expertserviceorderinfo_tmp end end @EmergencyResponse = params['EmergencyResponse'] @ProtectNet = params['ProtectNet'] @ExpertServiceBuy = params['ExpertServiceBuy'] @EmergencyResponseBuy = params['EmergencyResponseBuy'] @ProtectNetBuy = params['ProtectNetBuy'] @RequestId = params['RequestId'] end
def initialize(expertservice=nil, emergencyresponse=nil, protectnet=nil, expertservicebuy=nil, emergencyresponsebuy=nil, protectnetbuy=nil, requestid=nil)
def initialize(expertservice=nil, emergencyresponse=nil, protectnet=nil, expertservicebuy=nil, emergencyresponsebuy=nil, protectnetbuy=nil, requestid=nil) @ExpertService = expertservice @EmergencyResponse = emergencyresponse @ProtectNet = protectnet @ExpertServiceBuy = expertservicebuy @EmergencyResponseBuy = emergencyresponsebuy @ProtectNetBuy = protectnetbuy @RequestId = requestid end