class TencentCloud::Cdn::V20180606::DescribePayTypeResponse

DescribePayType返回参数结构体

def deserialize(params)

def deserialize(params)
  @PayType = params['PayType']
  @BillingCycle = params['BillingCycle']
  @StatType = params['StatType']
  @RegionType = params['RegionType']
  @CurrentPayType = params['CurrentPayType']
  @RequestId = params['RequestId']
end

def initialize(paytype=nil, billingcycle=nil, stattype=nil, regiontype=nil, currentpaytype=nil, requestid=nil)

def initialize(paytype=nil, billingcycle=nil, stattype=nil, regiontype=nil, currentpaytype=nil, requestid=nil)
  @PayType = paytype
  @BillingCycle = billingcycle
  @StatType = stattype
  @RegionType = regiontype
  @CurrentPayType = currentpaytype
  @RequestId = requestid
end