class TencentCloud::Scf::V20180416::NamespaceUsage

名称空间已使用信息

def deserialize(params)

def deserialize(params)
  @Functions = params['Functions']
  @Namespace = params['Namespace']
  @FunctionsCount = params['FunctionsCount']
  @TotalConcurrencyMem = params['TotalConcurrencyMem']
  @TotalAllocatedConcurrencyMem = params['TotalAllocatedConcurrencyMem']
  @TotalAllocatedProvisionedMem = params['TotalAllocatedProvisionedMem']
end

def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil, totalallocatedprovisionedmem=nil)

def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil, totalallocatedprovisionedmem=nil)
  @Functions = functions
  @Namespace = namespace
  @FunctionsCount = functionscount
  @TotalConcurrencyMem = totalconcurrencymem
  @TotalAllocatedConcurrencyMem = totalallocatedconcurrencymem
  @TotalAllocatedProvisionedMem = totalallocatedprovisionedmem
end