Class: TencentCloud::Teo::V20220901::FunctionRegionSelection
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::FunctionRegionSelection
- Defined in:
- lib/v20220901/models.rb
Overview
地区策略配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(functionid = nil, regions = nil) ⇒ FunctionRegionSelection
constructor
A new instance of FunctionRegionSelection.
Constructor Details
#initialize(functionid = nil, regions = nil) ⇒ FunctionRegionSelection
Returns a new instance of FunctionRegionSelection.
13201 13202 13203 13204 |
# File 'lib/v20220901/models.rb', line 13201 def initialize(functionid=nil, regions=nil) @FunctionId = functionid @Regions = regions end |
Instance Attribute Details
#FunctionId ⇒ Object
13199 13200 13201 |
# File 'lib/v20220901/models.rb', line 13199 def FunctionId @FunctionId end |
#Regions ⇒ Object
13199 13200 13201 |
# File 'lib/v20220901/models.rb', line 13199 def Regions @Regions end |
Instance Method Details
#deserialize(params) ⇒ Object
13206 13207 13208 13209 |
# File 'lib/v20220901/models.rb', line 13206 def deserialize(params) @FunctionId = params['FunctionId'] @Regions = params['Regions'] end |