class TencentCloud::Tsf::V20180326::DeletePathRewritesRequest

DeletePathRewrites请求参数结构体

def deserialize(params)

def deserialize(params)
  @PathRewriteIds = params['PathRewriteIds']
end

def initialize(pathrewriteids=nil)

def initialize(pathrewriteids=nil)
  @PathRewriteIds = pathrewriteids
end