Class: TencentCloud::Billing::V20180709::ConditionRegion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::ConditionRegion
- Defined in:
- lib/v20180709/models.rb
Overview
地域过滤条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regionid = nil, regionname = nil) ⇒ ConditionRegion
constructor
A new instance of ConditionRegion.
Constructor Details
#initialize(regionid = nil, regionname = nil) ⇒ ConditionRegion
Returns a new instance of ConditionRegion.
4064 4065 4066 4067 |
# File 'lib/v20180709/models.rb', line 4064 def initialize(regionid=nil, regionname=nil) @RegionId = regionid @RegionName = regionname end |
Instance Attribute Details
#RegionId ⇒ Object
4062 4063 4064 |
# File 'lib/v20180709/models.rb', line 4062 def RegionId @RegionId end |
#RegionName ⇒ Object
4062 4063 4064 |
# File 'lib/v20180709/models.rb', line 4062 def RegionName @RegionName end |
Instance Method Details
#deserialize(params) ⇒ Object
4069 4070 4071 4072 |
# File 'lib/v20180709/models.rb', line 4069 def deserialize(params) @RegionId = params['RegionId'] @RegionName = params['RegionName'] end |