class TencentCloud::Cdc::V20201214::ModifyDedicatedClusterInfoRequest

def initialize(dedicatedclusterid=nil, name=nil, zone=nil, description=nil, siteid=nil)

def initialize(dedicatedclusterid=nil, name=nil, zone=nil, description=nil, siteid=nil)
  @DedicatedClusterId = dedicatedclusterid
  @Name = name
  @Zone = zone
  @Description = description
  @SiteId = siteid
end