class TencentCloud::Cdc::V20201214::DescribeDedicatedClusterTypesRequest
DescribeDedicatedClusterTypes请求参数结构体
def deserialize(params)
def deserialize(params) @Name = params['Name'] @DedicatedClusterTypeIds = params['DedicatedClusterTypeIds'] @Offset = params['Offset'] @Limit = params['Limit'] @IsCompute = params['IsCompute'] end
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