Class: TencentCloud::Cwp::V20180228::GetLocalStorageItemRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::GetLocalStorageItemRequest
- Defined in:
- lib/v20180228/models.rb
Overview
GetLocalStorageItem请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil) ⇒ GetLocalStorageItemRequest
constructor
A new instance of GetLocalStorageItemRequest.
Constructor Details
#initialize(key = nil) ⇒ GetLocalStorageItemRequest
Returns a new instance of GetLocalStorageItemRequest.
29847 29848 29849 |
# File 'lib/v20180228/models.rb', line 29847 def initialize(key=nil) @Key = key end |
Instance Attribute Details
#Key ⇒ Object
29845 29846 29847 |
# File 'lib/v20180228/models.rb', line 29845 def Key @Key end |
Instance Method Details
#deserialize(params) ⇒ Object
29851 29852 29853 |
# File 'lib/v20180228/models.rb', line 29851 def deserialize(params) @Key = params['Key'] end |