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.
9397 9398 9399 9400 9401 9402 |
# File 'lib/v20190423/models.rb', line 9397 def initialize(productid=nil, devicename=nil, userid=nil, touserid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ToUserId = touserid end |
Instance Attribute Details
#DeviceName ⇒ Object
9395 9396 9397 |
# File 'lib/v20190423/models.rb', line 9395 def DeviceName @DeviceName end |
#ProductId ⇒ Object
9395 9396 9397 |
# File 'lib/v20190423/models.rb', line 9395 def ProductId @ProductId end |
#ToUserId ⇒ Object
9395 9396 9397 |
# File 'lib/v20190423/models.rb', line 9395 def ToUserId @ToUserId end |
#UserId ⇒ Object
9395 9396 9397 |
# File 'lib/v20190423/models.rb', line 9395 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
9404 9405 9406 9407 9408 9409 |
# File 'lib/v20190423/models.rb', line 9404 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ToUserId = params['ToUserId'] end |