Class: TencentCloud::Cwp::V20180228::SetLocalStorageItemResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SetLocalStorageItemResponse
- Defined in:
- lib/v20180228/models.rb
Overview
SetLocalStorageItem返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetLocalStorageItemResponse
constructor
A new instance of SetLocalStorageItemResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetLocalStorageItemResponse
Returns a new instance of SetLocalStorageItemResponse.
39203 39204 39205 |
# File 'lib/v20180228/models.rb', line 39203 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
39201 39202 39203 |
# File 'lib/v20180228/models.rb', line 39201 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
39207 39208 39209 |
# File 'lib/v20180228/models.rb', line 39207 def deserialize(params) @RequestId = params['RequestId'] end |