class TencentCloud::Ecdn::V20191012::PurgePathCacheRequest

PurgePathCache请求参数结构体

def deserialize(params)

def deserialize(params)
  @Paths = params['Paths']
  @FlushType = params['FlushType']
end

def initialize(paths=nil, flushtype=nil)

def initialize(paths=nil, flushtype=nil)
  @Paths = paths
  @FlushType = flushtype
end