class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterOrdersRequest

def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil, ordertypes=nil)

def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil, ordertypes=nil)
  @DedicatedClusterIds = dedicatedclusterids
  @DedicatedClusterOrderIds = dedicatedclusterorderids
  @Offset = offset
  @Limit = limit
  @Status = status
  @ActionType = actiontype
  @OrderTypes = ordertypes
end