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.
13164 13165 13166 13167 13168 |
# File 'lib/v20190423/models.rb', line 13164 def initialize(sn=nil, modelid=nil, activenum=nil) @Sn = sn @ModelId = modelid @ActiveNum = activenum end |
Instance Attribute Details
#ActiveNum ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
13157 13158 13159 |
# File 'lib/v20190423/models.rb', line 13157 def ActiveNum @ActiveNum end |
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
13157 13158 13159 |
# File 'lib/v20190423/models.rb', line 13157 def ModelId @ModelId end |
#Sn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
13157 13158 13159 |
# File 'lib/v20190423/models.rb', line 13157 def Sn @Sn end |
Instance Method Details
#deserialize(params) ⇒ Object
13170 13171 13172 13173 13174 |
# File 'lib/v20190423/models.rb', line 13170 def deserialize(params) @Sn = params['Sn'] @ModelId = params['ModelId'] @ActiveNum = params['ActiveNum'] end |