Class: TencentCloud::Iotexplorer::V20190423::TWeCallActiveInfo

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20190423/models.rb

Overview

TWeCall设备激活信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(modelid = nil, sn = nil, expiretime = nil, pkgtype = nil) ⇒ TWeCallActiveInfo

Returns a new instance of TWeCallActiveInfo.



13147
13148
13149
13150
13151
13152
# File 'lib/v20190423/models.rb', line 13147

def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil)
  @ModelId = modelid
  @Sn = sn
  @ExpireTime = expiretime
  @PkgType = pkgtype
end

Instance Attribute Details

#ExpireTimeObject

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

Parameters:

  • 小程序ID

  • Sn信息

  • 过期时间

  • 类型



13142
13143
13144
# File 'lib/v20190423/models.rb', line 13142

def ExpireTime
  @ExpireTime
end

#ModelIdObject

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

Parameters:

  • 小程序ID

  • Sn信息

  • 过期时间

  • 类型



13142
13143
13144
# File 'lib/v20190423/models.rb', line 13142

def ModelId
  @ModelId
end

#PkgTypeObject

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

Parameters:

  • 小程序ID

  • Sn信息

  • 过期时间

  • 类型



13142
13143
13144
# File 'lib/v20190423/models.rb', line 13142

def PkgType
  @PkgType
end

#SnObject

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

Parameters:

  • 小程序ID

  • Sn信息

  • 过期时间

  • 类型



13142
13143
13144
# File 'lib/v20190423/models.rb', line 13142

def Sn
  @Sn
end

Instance Method Details

#deserialize(params) ⇒ Object



13154
13155
13156
13157
13158
13159
# File 'lib/v20190423/models.rb', line 13154

def deserialize(params)
  @ModelId = params['ModelId']
  @Sn = params['Sn']
  @ExpireTime = params['ExpireTime']
  @PkgType = params['PkgType']
end