Class: TencentCloud::Waf::V20180125::ClbWafRegionItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ClbWafRegionItem
- Defined in:
- lib/v20180125/models.rb
Overview
Clb-waf地域信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, text = nil, value = nil, code = nil) ⇒ ClbWafRegionItem
constructor
A new instance of ClbWafRegionItem.
Constructor Details
#initialize(id = nil, text = nil, value = nil, code = nil) ⇒ ClbWafRegionItem
Returns a new instance of ClbWafRegionItem.
3281 3282 3283 3284 3285 3286 |
# File 'lib/v20180125/models.rb', line 3281 def initialize(id=nil, text=nil, value=nil, code=nil) @Id = id @Text = text @Value = value @Code = code end |
Instance Attribute Details
#Code ⇒ Object
3279 3280 3281 |
# File 'lib/v20180125/models.rb', line 3279 def Code @Code end |
#Id ⇒ Object
3279 3280 3281 |
# File 'lib/v20180125/models.rb', line 3279 def Id @Id end |
#Text ⇒ Object
3279 3280 3281 |
# File 'lib/v20180125/models.rb', line 3279 def Text @Text end |
#Value ⇒ Object
3279 3280 3281 |
# File 'lib/v20180125/models.rb', line 3279 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3288 3289 3290 3291 3292 3293 |
# File 'lib/v20180125/models.rb', line 3288 def deserialize(params) @Id = params['Id'] @Text = params['Text'] @Value = params['Value'] @Code = params['Code'] end |