class TencentCloud::As::V20180419::DescribeAccountLimitsResponse

def deserialize(params)

def deserialize(params)
  @MaxNumberOfLaunchConfigurations = params['MaxNumberOfLaunchConfigurations']
  @NumberOfLaunchConfigurations = params['NumberOfLaunchConfigurations']
  @MaxNumberOfAutoScalingGroups = params['MaxNumberOfAutoScalingGroups']
  @NumberOfAutoScalingGroups = params['NumberOfAutoScalingGroups']
  @RequestId = params['RequestId']
end