Class: TencentCloud::Ssa::V20180608::AssetTypeStatistic

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

Overview

资产测绘结果统计

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(assettype = nil, assetcount = nil) ⇒ AssetTypeStatistic

Returns a new instance of AssetTypeStatistic.



818
819
820
821
# File 'lib/v20180608/models.rb', line 818

def initialize(assettype=nil, assetcount=nil)
  @AssetType = assettype
  @AssetCount = assetcount
end

Instance Attribute Details

#AssetCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AssetType:

    资产类型

  • AssetCount:

    统计计数



816
817
818
# File 'lib/v20180608/models.rb', line 816

def AssetCount
  @AssetCount
end

#AssetTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AssetType:

    资产类型

  • AssetCount:

    统计计数



816
817
818
# File 'lib/v20180608/models.rb', line 816

def AssetType
  @AssetType
end

Instance Method Details

#deserialize(params) ⇒ Object



823
824
825
826
# File 'lib/v20180608/models.rb', line 823

def deserialize(params)
  @AssetType = params['AssetType']
  @AssetCount = params['AssetCount']
end