Class: TencentCloud::Iotexplorer::V20190423::TWeCallInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TWeCallInfo
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20190423/models.rb
Overview
TWeCall信息
Instance Attribute Summary collapse
-
#ActiveNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Sn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sn = nil, modelid = nil, activenum = nil) ⇒ TWeCallInfo
constructor
A new instance of TWeCallInfo.
Constructor Details
#initialize(sn = nil, modelid = nil, activenum = nil) ⇒ TWeCallInfo
Returns a new instance of TWeCallInfo.
13180 13181 13182 13183 13184 |
# File 'lib/v20190423/models.rb', line 13180 def initialize(sn=nil, modelid=nil, activenum=nil) @Sn = sn @ModelId = modelid @ActiveNum = activenum end |
Instance Attribute Details
#ActiveNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13173 13174 13175 |
# File 'lib/v20190423/models.rb', line 13173 def ActiveNum @ActiveNum end |
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13173 13174 13175 |
# File 'lib/v20190423/models.rb', line 13173 def ModelId @ModelId end |
#Sn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
13173 13174 13175 |
# File 'lib/v20190423/models.rb', line 13173 def Sn @Sn end |
Instance Method Details
#deserialize(params) ⇒ Object
13186 13187 13188 13189 13190 |
# File 'lib/v20190423/models.rb', line 13186 def deserialize(params) @Sn = params['Sn'] @ModelId = params['ModelId'] @ActiveNum = params['ActiveNum'] end |