Class: TencentCloud::Iotexplorer::V20190423::InheritCloudStorageUserRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::InheritCloudStorageUserRequest
- Defined in:
- lib/v20190423/models.rb
Overview
InheritCloudStorageUser请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil, touserid = nil) ⇒ InheritCloudStorageUserRequest
constructor
A new instance of InheritCloudStorageUserRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil, touserid = nil) ⇒ InheritCloudStorageUserRequest
Returns a new instance of InheritCloudStorageUserRequest.
9381 9382 9383 9384 9385 9386 |
# File 'lib/v20190423/models.rb', line 9381 def initialize(productid=nil, devicename=nil, userid=nil, touserid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ToUserId = touserid end |
Instance Attribute Details
#DeviceName ⇒ Object
9379 9380 9381 |
# File 'lib/v20190423/models.rb', line 9379 def DeviceName @DeviceName end |
#ProductId ⇒ Object
9379 9380 9381 |
# File 'lib/v20190423/models.rb', line 9379 def ProductId @ProductId end |
#ToUserId ⇒ Object
9379 9380 9381 |
# File 'lib/v20190423/models.rb', line 9379 def ToUserId @ToUserId end |
#UserId ⇒ Object
9379 9380 9381 |
# File 'lib/v20190423/models.rb', line 9379 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
9388 9389 9390 9391 9392 9393 |
# File 'lib/v20190423/models.rb', line 9388 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ToUserId = params['ToUserId'] end |