Class: TencentCloud::Ssa::V20180608::AssetTypeStatistic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssa::V20180608::AssetTypeStatistic
- Defined in:
- lib/v20180608/models.rb
Overview
资产测绘结果统计
Instance Attribute Summary collapse
-
#AssetCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AssetType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(assettype = nil, assetcount = nil) ⇒ AssetTypeStatistic
constructor
A new instance of AssetTypeStatistic.
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
#AssetCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
816 817 818 |
# File 'lib/v20180608/models.rb', line 816 def AssetCount @AssetCount end |
#AssetType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
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 |