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.
9403 9404 9405 |
# File 'lib/v20190423/models.rb', line 9403 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9401 9402 9403 |
# File 'lib/v20190423/models.rb', line 9401 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
9407 9408 9409 |
# File 'lib/v20190423/models.rb', line 9407 def deserialize(params) @RequestId = params['RequestId'] end |