class TencentCloud::Cwp::V20180228::GetLocalStorageItemRequest

GetLocalStorageItem请求参数结构体

def deserialize(params)

def deserialize(params)
  @Key = params['Key']
end

def initialize(key=nil)

def initialize(key=nil)
  @Key = key
end