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.
38765 38766 38767 |
# File 'lib/v20180228/models.rb', line 38765 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
38763 38764 38765 |
# File 'lib/v20180228/models.rb', line 38763 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
38769 38770 38771 |
# File 'lib/v20180228/models.rb', line 38769 def deserialize(params) @RequestId = params['RequestId'] end |