Class: TencentCloud::Iotexplorer::V20190423::InheritCloudStorageUserResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::InheritCloudStorageUserResponse
- Defined in:
- lib/v20190423/models.rb
Overview
InheritCloudStorageUser返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ InheritCloudStorageUserResponse
constructor
A new instance of InheritCloudStorageUserResponse.
Constructor Details
#initialize(requestid = nil) ⇒ InheritCloudStorageUserResponse
Returns a new instance of InheritCloudStorageUserResponse.
9419 9420 9421 |
# File 'lib/v20190423/models.rb', line 9419 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9417 9418 9419 |
# File 'lib/v20190423/models.rb', line 9417 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9423 9424 9425 |
# File 'lib/v20190423/models.rb', line 9423 def deserialize(params) @RequestId = params['RequestId'] end |