Class: TencentCloud::Tdid::V20210519::ResourceCounterData

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210519/models.rb

Overview

资源计数统计数据

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(didcnt = nil, vccnt = nil, cptcnt = nil, verifycnt = nil, authcnt = nil) ⇒ ResourceCounterData

Returns a new instance of ResourceCounterData.



884
885
886
887
888
889
890
# File 'lib/v20210519/models.rb', line 884

def initialize(didcnt=nil, vccnt=nil, cptcnt=nil, verifycnt=nil, authcnt=nil)
  @DidCnt = didcnt
  @VCCnt = vccnt
  @CPTCnt = cptcnt
  @VerifyCnt = verifycnt
  @AuthCnt = authcnt
end

Instance Attribute Details

#AuthCntObject

Parameters:

  • DidCnt:

    DID总数

  • VCCnt:

    VC总数

  • CPTCnt:

    CPT总数

  • VerifyCnt:

    VC验证总数

  • AuthCnt:

    权威机构数量



882
883
884
# File 'lib/v20210519/models.rb', line 882

def AuthCnt
  @AuthCnt
end

#CPTCntObject

Parameters:

  • DidCnt:

    DID总数

  • VCCnt:

    VC总数

  • CPTCnt:

    CPT总数

  • VerifyCnt:

    VC验证总数

  • AuthCnt:

    权威机构数量



882
883
884
# File 'lib/v20210519/models.rb', line 882

def CPTCnt
  @CPTCnt
end

#DidCntObject

Parameters:

  • DidCnt:

    DID总数

  • VCCnt:

    VC总数

  • CPTCnt:

    CPT总数

  • VerifyCnt:

    VC验证总数

  • AuthCnt:

    权威机构数量



882
883
884
# File 'lib/v20210519/models.rb', line 882

def DidCnt
  @DidCnt
end

#VCCntObject

Parameters:

  • DidCnt:

    DID总数

  • VCCnt:

    VC总数

  • CPTCnt:

    CPT总数

  • VerifyCnt:

    VC验证总数

  • AuthCnt:

    权威机构数量



882
883
884
# File 'lib/v20210519/models.rb', line 882

def VCCnt
  @VCCnt
end

#VerifyCntObject

Parameters:

  • DidCnt:

    DID总数

  • VCCnt:

    VC总数

  • CPTCnt:

    CPT总数

  • VerifyCnt:

    VC验证总数

  • AuthCnt:

    权威机构数量



882
883
884
# File 'lib/v20210519/models.rb', line 882

def VerifyCnt
  @VerifyCnt
end

Instance Method Details

#deserialize(params) ⇒ Object



892
893
894
895
896
897
898
# File 'lib/v20210519/models.rb', line 892

def deserialize(params)
  @DidCnt = params['DidCnt']
  @VCCnt = params['VCCnt']
  @CPTCnt = params['CPTCnt']
  @VerifyCnt = params['VerifyCnt']
  @AuthCnt = params['AuthCnt']
end