Class: TencentCloud::Iottid::V20190411::UploadDeviceUniqueCodeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iottid::V20190411::UploadDeviceUniqueCodeResponse
- Defined in:
- lib/v20190411/models.rb
Overview
UploadDeviceUniqueCode返回参数结构体
Instance Attribute Summary collapse
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ExistedCodeSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IllegalCodeSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LeftQuantity ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, existedcodeset = nil, leftquantity = nil, illegalcodeset = nil, requestid = nil) ⇒ UploadDeviceUniqueCodeResponse
constructor
A new instance of UploadDeviceUniqueCodeResponse.
Constructor Details
#initialize(count = nil, existedcodeset = nil, leftquantity = nil, illegalcodeset = nil, requestid = nil) ⇒ UploadDeviceUniqueCodeResponse
Returns a new instance of UploadDeviceUniqueCodeResponse.
392 393 394 395 396 397 398 |
# File 'lib/v20190411/models.rb', line 392 def initialize(count=nil, existedcodeset=nil, leftquantity=nil, illegalcodeset=nil, requestid=nil) @Count = count @ExistedCodeSet = existedcodeset @LeftQuantity = leftquantity @IllegalCodeSet = illegalcodeset @RequestId = requestid end |
Instance Attribute Details
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
390 391 392 |
# File 'lib/v20190411/models.rb', line 390 def Count @Count end |
#ExistedCodeSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
390 391 392 |
# File 'lib/v20190411/models.rb', line 390 def ExistedCodeSet @ExistedCodeSet end |
#IllegalCodeSet ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
390 391 392 |
# File 'lib/v20190411/models.rb', line 390 def IllegalCodeSet @IllegalCodeSet end |
#LeftQuantity ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
390 391 392 |
# File 'lib/v20190411/models.rb', line 390 def LeftQuantity @LeftQuantity end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
390 391 392 |
# File 'lib/v20190411/models.rb', line 390 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
400 401 402 403 404 405 406 |
# File 'lib/v20190411/models.rb', line 400 def deserialize(params) @Count = params['Count'] @ExistedCodeSet = params['ExistedCodeSet'] @LeftQuantity = params['LeftQuantity'] @IllegalCodeSet = params['IllegalCodeSet'] @RequestId = params['RequestId'] end |