class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterOrdersRequest
DescribeDedicatedClusterOrders请求参数结构体
def deserialize(params)
def deserialize(params) @DedicatedClusterIds = params['DedicatedClusterIds'] @DedicatedClusterOrderIds = params['DedicatedClusterOrderIds'] @Offset = params['Offset'] @Limit = params['Limit'] @Status = params['Status'] @ActionType = params['ActionType'] end
def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil)
def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil) @DedicatedClusterIds = dedicatedclusterids @DedicatedClusterOrderIds = dedicatedclusterorderids @Offset = offset @Limit = limit @Status = status @ActionType = actiontype end