Class: TencentCloud::Cdc::V20201214::DedicatedClusterTypeInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdc::V20201214::DedicatedClusterTypeInfo
- Defined in:
- lib/v20201214/models.rb
Overview
DedicatedClusterType => (Id, Count)
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, count = nil) ⇒ DedicatedClusterTypeInfo
constructor
A new instance of DedicatedClusterTypeInfo.
Constructor Details
#initialize(id = nil, count = nil) ⇒ DedicatedClusterTypeInfo
Returns a new instance of DedicatedClusterTypeInfo.
781 782 783 784 |
# File 'lib/v20201214/models.rb', line 781 def initialize(id=nil, count=nil) @Id = id @Count = count end |
Instance Attribute Details
#Count ⇒ Object
779 780 781 |
# File 'lib/v20201214/models.rb', line 779 def Count @Count end |
#Id ⇒ Object
779 780 781 |
# File 'lib/v20201214/models.rb', line 779 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
786 787 788 789 |
# File 'lib/v20201214/models.rb', line 786 def deserialize(params) @Id = params['Id'] @Count = params['Count'] end |