Class: TencentCloud::Cdc::V20201214::DedicatedClusterTypeInfo

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201214/models.rb

Overview

DedicatedClusterType => (Id, Count)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject

Parameters:

  • Id:

    集群类型Id

  • Count:

    集群类型个数



779
780
781
# File 'lib/v20201214/models.rb', line 779

def Count
  @Count
end

#IdObject

Parameters:

  • Id:

    集群类型Id

  • Count:

    集群类型个数



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