Class: TencentCloud::Iotexplorer::V20190423::TWeCallActiveInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TWeCallActiveInfo
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20190423/models.rb
Overview
TWeCall设备激活信息
Instance Attribute Summary collapse
-
#ExpireTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#PkgType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Sn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelid = nil, sn = nil, expiretime = nil, pkgtype = nil) ⇒ TWeCallActiveInfo
constructor
A new instance of TWeCallActiveInfo.
Constructor Details
#initialize(modelid = nil, sn = nil, expiretime = nil, pkgtype = nil) ⇒ TWeCallActiveInfo
Returns a new instance of TWeCallActiveInfo.
13131 13132 13133 13134 13135 13136 |
# File 'lib/v20190423/models.rb', line 13131 def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil) @ModelId = modelid @Sn = sn @ExpireTime = expiretime @PkgType = pkgtype end |
Instance Attribute Details
#ExpireTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13126 13127 13128 |
# File 'lib/v20190423/models.rb', line 13126 def ExpireTime @ExpireTime end |
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13126 13127 13128 |
# File 'lib/v20190423/models.rb', line 13126 def ModelId @ModelId end |
#PkgType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13126 13127 13128 |
# File 'lib/v20190423/models.rb', line 13126 def PkgType @PkgType end |
#Sn ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13126 13127 13128 |
# File 'lib/v20190423/models.rb', line 13126 def Sn @Sn end |
Instance Method Details
#deserialize(params) ⇒ Object
13138 13139 13140 13141 13142 13143 |
# File 'lib/v20190423/models.rb', line 13138 def deserialize(params) @ModelId = params['ModelId'] @Sn = params['Sn'] @ExpireTime = params['ExpireTime'] @PkgType = params['PkgType'] end |