Class: TencentCloud::Dayu::V20180709::RegionInstanceCount
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::RegionInstanceCount
- Defined in:
- lib/v20180709/models.rb
Overview
地域资源实例数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, regionv3 = nil, count = nil) ⇒ RegionInstanceCount
constructor
A new instance of RegionInstanceCount.
Constructor Details
#initialize(region = nil, regionv3 = nil, count = nil) ⇒ RegionInstanceCount
Returns a new instance of RegionInstanceCount.
8758 8759 8760 8761 8762 |
# File 'lib/v20180709/models.rb', line 8758 def initialize(region=nil, regionv3=nil, count=nil) @Region = region @RegionV3 = regionv3 @Count = count end |
Instance Attribute Details
#Count ⇒ Object
8756 8757 8758 |
# File 'lib/v20180709/models.rb', line 8756 def Count @Count end |
#Region ⇒ Object
8756 8757 8758 |
# File 'lib/v20180709/models.rb', line 8756 def Region @Region end |
#RegionV3 ⇒ Object
8756 8757 8758 |
# File 'lib/v20180709/models.rb', line 8756 def RegionV3 @RegionV3 end |
Instance Method Details
#deserialize(params) ⇒ Object
8764 8765 8766 8767 8768 |
# File 'lib/v20180709/models.rb', line 8764 def deserialize(params) @Region = params['Region'] @RegionV3 = params['RegionV3'] @Count = params['Count'] end |