Class: TencentCloud::Dlc::V20210125::ModifyAdvancedStoreLocationRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::ModifyAdvancedStoreLocationRequest
- Defined in:
- lib/v20210125/models.rb
Overview
ModifyAdvancedStoreLocation请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storelocation = nil, enable = nil) ⇒ ModifyAdvancedStoreLocationRequest
constructor
A new instance of ModifyAdvancedStoreLocationRequest.
Constructor Details
#initialize(storelocation = nil, enable = nil) ⇒ ModifyAdvancedStoreLocationRequest
12117 12118 12119 12120 |
# File 'lib/v20210125/models.rb', line 12117 def initialize(storelocation=nil, enable=nil) @StoreLocation = storelocation @Enable = enable end |
Instance Attribute Details
#Enable ⇒ Object
12115 12116 12117 |
# File 'lib/v20210125/models.rb', line 12115 def Enable @Enable end |
#StoreLocation ⇒ Object
12115 12116 12117 |
# File 'lib/v20210125/models.rb', line 12115 def StoreLocation @StoreLocation end |
Instance Method Details
#deserialize(params) ⇒ Object
12122 12123 12124 12125 |
# File 'lib/v20210125/models.rb', line 12122 def deserialize(params) @StoreLocation = params['StoreLocation'] @Enable = params['Enable'] end |