Class: TencentCloud::Iotexplorer::V20190423::BindCloudStorageUserRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BindCloudStorageUserRequest
- Defined in:
- lib/v20190423/models.rb
Overview
BindCloudStorageUser请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil) ⇒ BindCloudStorageUserRequest
constructor
A new instance of BindCloudStorageUserRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil) ⇒ BindCloudStorageUserRequest
Returns a new instance of BindCloudStorageUserRequest.
509 510 511 512 513 |
# File 'lib/v20190423/models.rb', line 509 def initialize(productid=nil, devicename=nil, userid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid end |
Instance Attribute Details
#DeviceName ⇒ Object
507 508 509 |
# File 'lib/v20190423/models.rb', line 507 def DeviceName @DeviceName end |
#ProductId ⇒ Object
507 508 509 |
# File 'lib/v20190423/models.rb', line 507 def ProductId @ProductId end |
#UserId ⇒ Object
507 508 509 |
# File 'lib/v20190423/models.rb', line 507 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
515 516 517 518 519 |
# File 'lib/v20190423/models.rb', line 515 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] end |