class TencentCloud::Tiia::V20190529::DetectSecurityResponse
def deserialize(params)
def deserialize(params) unless params['Bodies'].nil? @Bodies = [] params['Bodies'].each do |i| attributesforbody_tmp = AttributesForBody.new attributesforbody_tmp.deserialize(i) @Bodies << attributesforbody_tmp end end @RequestId = params['RequestId'] end