Class: TencentCloud::Iecp::V20210914::DescribeIotDeviceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeIotDeviceResponse
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeIotDevice返回参数结构体
Instance Attribute Summary collapse
- #Cert ⇒ Object
- #ClientID ⇒ Object
- #Description ⇒ Object
- #Disabled ⇒ Object
- #Id ⇒ Object
- #LogLevel ⇒ Object
- #LogSetting ⇒ Object
- #Name ⇒ Object
- #Password ⇒ Object
- #PrivateKey ⇒ Object
- #Psk ⇒ Object
- #PskHex ⇒ Object
- #Region ⇒ Object
- #RequestId ⇒ Object
- #Status ⇒ Object
- #UnitID ⇒ Object
- #UnitName ⇒ Object
- #UserName ⇒ Object
- #Version ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, version = nil, cert = nil, privatekey = nil, psk = nil, disabled = nil, logsetting = nil, loglevel = nil, username = nil, password = nil, clientid = nil, pskhex = nil, description = nil, status = nil, region = nil, unitid = nil, unitname = nil, requestid = nil) ⇒ DescribeIotDeviceResponse
constructor
A new instance of DescribeIotDeviceResponse.
Constructor Details
#initialize(id = nil, name = nil, version = nil, cert = nil, privatekey = nil, psk = nil, disabled = nil, logsetting = nil, loglevel = nil, username = nil, password = nil, clientid = nil, pskhex = nil, description = nil, status = nil, region = nil, unitid = nil, unitname = nil, requestid = nil) ⇒ DescribeIotDeviceResponse
Returns a new instance of DescribeIotDeviceResponse.
3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 |
# File 'lib/v20210914/models.rb', line 3178 def initialize(id=nil, name=nil, version=nil, cert=nil, privatekey=nil, psk=nil, disabled=nil, logsetting=nil, loglevel=nil, username=nil, password=nil, clientid=nil, pskhex=nil, description=nil, status=nil, region=nil, unitid=nil, unitname=nil, requestid=nil) @Id = id @Name = name @Version = version @Cert = cert @PrivateKey = privatekey @Psk = psk @Disabled = disabled @LogSetting = logsetting @LogLevel = loglevel @UserName = username @Password = password @ClientID = clientid @PskHex = pskhex @Description = description @Status = status @Region = region @UnitID = unitid @UnitName = unitname @RequestId = requestid end |
Instance Attribute Details
#Cert ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Cert @Cert end |
#ClientID ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def ClientID @ClientID end |
#Description ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Description @Description end |
#Disabled ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Disabled @Disabled end |
#Id ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Id @Id end |
#LogLevel ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def LogLevel @LogLevel end |
#LogSetting ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def LogSetting @LogSetting end |
#Name ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Name @Name end |
#Password ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Password @Password end |
#PrivateKey ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def PrivateKey @PrivateKey end |
#Psk ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Psk @Psk end |
#PskHex ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def PskHex @PskHex end |
#Region ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Region @Region end |
#RequestId ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def RequestId @RequestId end |
#Status ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Status @Status end |
#UnitID ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def UnitID @UnitID end |
#UnitName ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def UnitName @UnitName end |
#UserName ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def UserName @UserName end |
#Version ⇒ Object
3176 3177 3178 |
# File 'lib/v20210914/models.rb', line 3176 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 |
# File 'lib/v20210914/models.rb', line 3200 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Version = params['Version'] @Cert = params['Cert'] @PrivateKey = params['PrivateKey'] @Psk = params['Psk'] @Disabled = params['Disabled'] @LogSetting = params['LogSetting'] @LogLevel = params['LogLevel'] @UserName = params['UserName'] @Password = params['Password'] @ClientID = params['ClientID'] @PskHex = params['PskHex'] @Description = params['Description'] @Status = params['Status'] @Region = params['Region'] @UnitID = params['UnitID'] @UnitName = params['UnitName'] @RequestId = params['RequestId'] end |