class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterTypesRequest

def initialize(name=nil, dedicatedclustertypeids=nil, offset=nil, limit=nil, iscompute=nil)

def initialize(name=nil, dedicatedclustertypeids=nil, offset=nil, limit=nil, iscompute=nil)
  @Name = name
  @DedicatedClusterTypeIds = dedicatedclustertypeids
  @Offset = offset
  @Limit = limit
  @IsCompute = iscompute
end