Class: TencentCloud::Cwp::V20180228::ClearLocalStorageResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ClearLocalStorageResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ClearLocalStorage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ClearLocalStorageResponse
constructor
A new instance of ClearLocalStorageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ClearLocalStorageResponse
Returns a new instance of ClearLocalStorageResponse.
5324 5325 5326 |
# File 'lib/v20180228/models.rb', line 5324 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5322 5323 5324 |
# File 'lib/v20180228/models.rb', line 5322 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5328 5329 5330 |
# File 'lib/v20180228/models.rb', line 5328 def deserialize(params) @RequestId = params['RequestId'] end |