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.



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

#ExpireTimeObject

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

Parameters:

  • ModelId:

    小程序ID

  • Sn:

    Sn信息

  • ExpireTime:

    过期时间

  • PkgType:

    类型



13126
13127
13128
# File 'lib/v20190423/models.rb', line 13126

def ExpireTime
  @ExpireTime
end

#ModelIdObject

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

Parameters:

  • ModelId:

    小程序ID

  • Sn:

    Sn信息

  • ExpireTime:

    过期时间

  • PkgType:

    类型



13126
13127
13128
# File 'lib/v20190423/models.rb', line 13126

def ModelId
  @ModelId
end

#PkgTypeObject

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

Parameters:

  • ModelId:

    小程序ID

  • Sn:

    Sn信息

  • ExpireTime:

    过期时间

  • PkgType:

    类型



13126
13127
13128
# File 'lib/v20190423/models.rb', line 13126

def PkgType
  @PkgType
end

#SnObject

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

Parameters:

  • ModelId:

    小程序ID

  • Sn:

    Sn信息

  • ExpireTime:

    过期时间

  • PkgType:

    类型



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