class TencentCloud::Ess::V20201111::BillUsageDetail

用户计费使用情况详情

def deserialize(params)

def deserialize(params)
  @FlowId = params['FlowId']
  @OperatorName = params['OperatorName']
  @CreateOrganizationName = params['CreateOrganizationName']
  @FlowName = params['FlowName']
  @Status = params['Status']
  @QuotaType = params['QuotaType']
  @UseCount = params['UseCount']
  @CostTime = params['CostTime']
  @QuotaName = params['QuotaName']
  @CostType = params['CostType']
  @Remark = params['Remark']
end

def initialize(flowid=nil, operatorname=nil, createorganizationname=nil, flowname=nil, status=nil, quotatype=nil, usecount=nil, costtime=nil, quotaname=nil, costtype=nil, remark=nil)

def initialize(flowid=nil, operatorname=nil, createorganizationname=nil, flowname=nil, status=nil, quotatype=nil, usecount=nil, costtime=nil, quotaname=nil, costtype=nil, remark=nil)
  @FlowId = flowid
  @OperatorName = operatorname
  @CreateOrganizationName = createorganizationname
  @FlowName = flowname
  @Status = status
  @QuotaType = quotatype
  @UseCount = usecount
  @CostTime = costtime
  @QuotaName = quotaname
  @CostType = costtype
  @Remark = remark
end