Class: TencentCloud::Dlc::V20210125::ModifyAdvancedStoreLocationRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210125/models.rb

Overview

ModifyAdvancedStoreLocation请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#EnableObject



12115
12116
12117
# File 'lib/v20210125/models.rb', line 12115

def Enable
  @Enable
end

#StoreLocationObject



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